Skip to content
New issue

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

go_* metrics do not use VictoriaMetrics histogram #68

Open
penguinlav opened this issue Feb 14, 2024 · 1 comment
Open

go_* metrics do not use VictoriaMetrics histogram #68

penguinlav opened this issue Feb 14, 2024 · 1 comment
Labels
question Further information is requested

Comments

@penguinlav
Copy link

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.

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?

@penguinlav penguinlav changed the title go_* metrics not use VictiraMetrics histogram go_* metrics do not use VictoriaMetrics histogram Feb 14, 2024
@cristaloleg
Copy link

Probably related #28

@f41gh7 f41gh7 added the question Further information is requested label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants