You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all: thank you for this project - it is still the only exporter that works for me.
Though, it tracks a lot of GO lang metrics which I am not interested in like a bunch of:
# HELP go_goroutines Number of goroutines that currently exist.
# TYPE go_goroutines gauge
go_goroutines 10
# HELP go_info Information about the Go environment.
# TYPE go_info gauge
go_info{version="go1.14.15"} 1
Hi,
first of all: thank you for this project - it is still the only exporter that works for me.
Though, it tracks a lot of GO lang metrics which I am not interested in like a bunch of:
Is there any way to disable this?
Could we have something like this from node_exporter?
prometheus/node_exporter#1148
Thanks!
The text was updated successfully, but these errors were encountered: