SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
30.7k stars 8.19k forks source link

Expose Server components over JMX #7761

Closed shs96c closed 3 years ago

shs96c commented 5 years ago

We have the ManagedService annotation that used to be used expose the old selenium server via JMX. We should make the new server equally manageable.

samueltauil commented 4 years ago

I have interest on that to capture info from JMX and send to Prometheus then been able to build a custom chart

amiluslu commented 4 years ago

Can you give me a little bit details about this issue ? If you give me a little bit details or clue, hints, I can start to fix.

shs96c commented 4 years ago

@amiluslu we discussed this a little on the Slack channel. Do you still need some help getting started? I'm happy to provide more information if needed.

pujagani commented 4 years ago

The older Grid had the following managed services and attributes.

The new Grid can have analogous managed services and attributes as follows:

These are the observations and suggestions so so far. Can I get some help in understanding if this aligns with the intended feature? Please provide any other details I might have missed.

diemol commented 3 years ago

Fixed via #8838