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
953 stars 328 forks source link

[BUG] Cloudwatch exporter v0.36.2-alpha is not exposing metrics even the tags are present and the same resources with the tags are listed in debug output #1464

Open nix1n opened 1 month ago

nix1n commented 1 month ago

Is there an existing issue for this?

YACE version

v0.36.2-alpha

Config file

config.yaml: | discovery: jobs:

Current Behavior

The ALBs with these tags are present in our AWS eks cluster. While enabling debug logs it also prints those resources along with the same tags. But no metrics are being exposed on it's port 5000.

Expected Behavior

It should produce metrics for those resources. The same searchTag is present in the debug output's resource list, but it doesn't actually expose metrics for those resources.

Steps To Reproduce

No response

Anything else?

No response