Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Info Endpoint

http://<HOST>:<PORT>/<WEB CONTEXT>/actuator/info