Slackbot
05/11/2023, 11:44 PMcsharpsteen
05/12/2023, 5:10 PM/metrics/v2
API allows you to query those MBeans via HTTPs instead of using the JMX protocol (more config, something like 3 extra ports to route through firewalls, one of which might be randomly assigned during startup... head desk )
In contrast, the /status
API only returns info the developers added to the various status callback functions.
So, if someone slaps some instrumentation in, but doesn't go the extra mile to add a summary of that to /status
, then you need to talk to /metrics/v2
.natemccurdy
05/12/2023, 5:29 PMnatemccurdy
05/12/2023, 5:30 PMnatemccurdy
05/12/2023, 5:31 PM/metrics/v2
would be the appropriate endpoint for that, correct?csharpsteen
05/12/2023, 5:54 PMcsharpsteen
05/12/2023, 5:55 PMnatemccurdy
05/12/2023, 6:00 PMnatemccurdy
05/12/2023, 6:00 PM/metrics/v2
in auth.conf to use this" š