The golang runtime produces Prometheus metrics about https://golang.org/pkg/runtime/#MemStats using https://github.com/prometheus/client_golang/blob/master/prometheus/go_collector.go . A scrape of any golang process will include those metrics. This includes not only Prometheus servers but also many others.
Regards, Mike On Wednesday, August 26, 2020 at 7:27:17 AM UTC-4 [email protected] wrote: > Hi All, > Can you please provide me some insights on he below, > > go_memstats_alloc_bytes : does this show up the allocated bytes for the > prometheus itself ? Does the Metrics in the drop down list of the > prometheus dashboard pull up metrics related to Prometheus ? > > How can i pull the metrics related to a application from the server using > Prometheus? > > Thanks > Deepak > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/ecc9657d-9643-4075-b784-bd8c0f8174b0n%40googlegroups.com.

