nerdswords / yet-another-cloudwatch-exporter

Prometheus exporter for AWS CloudWatch - Discovers services through AWS tags, gets CloudWatch metrics data and provides them as Prometheus metrics with AWS tags as labels
Apache License 2.0
981 stars 334 forks source link

Fix ElastiCache metric namespace typo on README #1394

Closed Roberdvs closed 6 months ago

Roberdvs commented 6 months ago

Came across this while adapting our config to the breaking changes on 0.59.

{"caller":"main.go:67","err":"Couldn't read /config/config.yml: Discovery job [0]: Service is not in known list!: AWS/Elasticache","level":"error","msg":"Error running yace","ts":"2024-04-19T11:23:31.748809706Z","version":"v0.59.0"}

Cheers!