ovh / beamium

Prometheus to Warp10 metrics forwarder
Other
84 stars 21 forks source link

issue with label on scrapper #92

Closed yesnault closed 5 years ago

yesnault commented 5 years ago

with this conf:

          sinks:
            warp10:
              url: https://xxxxxx
              token-header: X-Warp10-Token
              token: '{{ warp10Token }}'
          scrapers:
            scraper_localhost:
              url: http://127.0.0.1:9100/metrics
              period: 60000
              format: sensision
              labels:
                instance: foo

-> label 'instance' is not sent

yesnault commented 5 years ago

on beamium 1.6.5