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
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
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