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

allow to remove dimensions #24

Closed darkxeno closed 5 years ago

darkxeno commented 5 years ago

allow to remove dimensions using empty values on the "replace_dimensions" parameters.

Example usage:

parameter: replace_dimensions value: DIM1=,DIM2=newValue

austince commented 5 years ago

Hey @darkxeno, I'm working on a similar feature (#27) but on a per-metric basis. Do you have any thoughts / would that solve your use case?

austince commented 5 years ago

I think we should be able to close this as #28 was merged and covers this functionality.

aknysh commented 5 years ago

superseded by #28