prometheus-community / 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
983 stars 335 forks source link

[BUG] <Using a 60s interval to collect AWS NLB metrics, the /metrics endpoint only retrieves aws_networkelb_info data, while other defined metrics cannot be obtained.> #1545

Open 1583669804 opened 3 weeks ago

1583669804 commented 3 weeks ago

Is there an existing issue for this?

YACE version

v0.61.2

Config file

apiVersion: v1alpha1 discovery: jobs:

Current Behavior

When configuring a 60-second interval to collect AWS Network Load Balancer (NLB) metrics, the /metrics endpoint only returns the aws_networkelb_info metric. The other metrics that were defined in the configuration are not being captured or displayed.

Expected Behavior

expect get other metric: aws_networkelb_un_healthy_host_count_maximum in /metrics API

Steps To Reproduce

No response

Anything else?

No response