prometheusremotewrite
exporter pushes all metrics as Gauges
#26568
Labels
bug
Something isn't working
closed as inactive
data:metrics
Metric related issues
exporter/prometheusremotewrite
Stale
Describe the bug
prometheusremotewrite
exporter pushes all metrics as Gauges even though some metrics should be pushed as Counters.Steps to reproduce
I have this OTel config.yaml:
I accept exported metrics via Vector with this config:
What did you expect to see?
The output metrics are these:
What did you see instead?
Counter Metrics reported as Counters:
It works OK when I switch Vector source from
prometheus_remote_write
toprometheus_scrape
to scrape Prometheus metrics endpoint directly (commented out in Vector config).What version did you use?
Version:
v0.84.0
What config did you use?
Config: (e.g. the yaml config file)
Environment
OS: MacOS 13.5.1 (22G90)
./otelcol-contrib
downloaded directly from distro repoAdditional context
I tried to add additional configuration to
prometheusremotewrite
exporter, but didn't work either.The text was updated successfully, but these errors were encountered: