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
Fix: Skip SUMMARY and other unsupported metric types in ParsePrometheusMetrics
The OpenTelemetry Prometheus exporter exports additional metric types like
SUMMARY (e.g., go_gc_duration_seconds) that were not handled by the parser.
Instead of returning an error for unsupported types, we now skip them since
NPD only cares about its own COUNTER and GAUGE metrics.
Co-authored-by: MartinForReal <[email protected]>
0 commit comments