We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using export process metrics as described in the example.
metrics.WritePrometheus(w, true)
and the timing metrics use a Prometheus type histogram with le instead of a VM type histogram with vmrange.
le
vmrange
go_sched_latencies_seconds_bucket{le="0"} 0
Why is that? Do you plan to support the ability to provide go_* histogram metrics using the VM way?
The text was updated successfully, but these errors were encountered:
Probably related #28
Sorry, something went wrong.
No branches or pull requests
I'm using export process metrics as described in the example.
and the timing metrics use a Prometheus type histogram with
le
instead of a VM type histogram withvmrange
.Why is that? Do you plan to support the ability to provide go_* histogram metrics using the VM way?
The text was updated successfully, but these errors were encountered: