cloudposse / prometheus-to-cloudwatch

Utility for scraping Prometheus metrics from a Prometheus client endpoint and publishing them to CloudWatch
https://cloudposse.com/accelerate
Apache License 2.0
169 stars 37 forks source link

Add a flag to publish metrics with high resolution #32

Closed akerouanton closed 4 years ago

akerouanton commented 4 years ago

So far, this tool is only publishing metrics with high resolution when the original prometheus metrics have the label __cw_high_res.

However, in our case we're running exporters and prom-to-cloudwatch as sidecars of ECS tasks. This tool being directly connected to the exporters, we can't add the high res label.