prometheus default metrics (go_goroutines, go_info, go_memstats ...) are not exposed #2171
Labels
area:metrics
Part of OpenTelemetry Metrics
enhancement
New feature or request
pkg:exporter:prometheus
Related to the Prometheus exporter package
Milestone
prometheus exporter is not exposing default metrics (go_goroutines, go_info, go_memstats ...)
The workaround to fix is with ugly code below
please consider changed this code to
My Workaround
https://github.com/xmlking/toolkit/blob/develop/telemetry/metrics/metrics.go#L64
The text was updated successfully, but these errors were encountered: