...
Prometheus Endpoint
http://<HOST>:<PORT>/<WEB CONTEXT>/actuator/prometheus
Metrics Endpoint
http://<HOST>:<PORT>/<WEB CONTEXT>/actuator/metrics
This will provide you a list of available metrics names without the values.
You can request the metrics value by
http://<HOST>:<PORT>/<WEB CONTEXT>/actuator/metrics/<METRIC NAME>
Example:
Request:
Code Block |
---|
http://<HOST>:<PORT>/<WEB CONTEXT>/actuator/metrics/jvm.buffer.memory.used |
...
Health Endpoint
http://<HOST>:<PORT>/<WEB CONTEXT>/actuator/health