SpringBoot Metrics data does not appear for actuator/prometheus endpoint

Suggested template:

Problem/Question

I successfully added springboot2 metrics endpoint (actuator/prometheus).
But the NetData dashboard, only has SpringBoot2 metrics with the following:
(uptime, response_code, heap, threads).
Does the NetData agent also suppose to scrap other metrics from the above endpoint including custom metrics?

Relevant docs you followed/actions you took to solve the issue

Environment/Browser/Agent’s version etc

Agent is running under Ubuntu host

What I expected to happen

I am expecting to see custom metrics scrapped by NetData agent and send to the NetData cloud

Hi, does anyone experience the same as this issue?

Hi, @anazri. Consider using go.d/prometheus for custom metrics.

Thanks @ilyam8
Appreciate your suggestion. It’s working now… :pray: