alcounit / selenosis

Scalable, stateless selenium hub for Kubernetes cluster
Apache License 2.0
81 stars 24 forks source link

Exposing metrics for Prometheus #44

Open shlomitsur opened 3 years ago

shlomitsur commented 3 years ago

Hello, Thanks for everything Danylo. We want to monitor Selenosis using Prometheus. Danylo do you have plans to expose a '/metrics' endpoints for Prometheus. (behind the current /status, /healltz) Thanks

alcounit commented 3 years ago

Hi @shlomitsur, can you please specify what kind of metrics need to be exposed?

shlomitsur commented 3 years ago

Hi @alcounit. We can have browsers consumption information, timeouts, latencies, versions. for example allowing us to do: sum(browser_count{browserName="chrome"}) by (version). Thanks

alcounit commented 3 years ago

Hi @shlomitsur sorry for the delay in response. Currently no, but I will add your request as a feature request.