The prometheus exporter's internal telemetry is misleading when it encounters data it cannot process. When a non-monotonic OTLP Sum metric with DELTA aggregation temporality is sent to the collector, ...
i have a question to exporting the metrics to prometheus. how can i export it with otelprom.New() and serveMetrics? package main import ( ... "github.com/prometheus ...