yet-another-cloudwatch-exporter icon indicating copy to clipboard operation
yet-another-cloudwatch-exporter copied to clipboard

NLB's UnHealthyHostCount data cannot be scraped

Open chadiandianwenrou opened this issue 5 years ago • 3 comments

apiVersion: v1 data: config.yml: | discovery: exportedTagsOnMetrics: nlb:

  • Department

  • Tier

  • Environment

  • Project jobs:

  • type: "nlb" regions:

  • cn-north-1 nilToZero: true

    metrics: - name: ActiveFlowCount statistics: [Average] period: 300 length: 600 - name: ActiveFlowCount_TCP statistics: [Sum] period: 300 length: 600 - name: UnHealthyHostCount statistics: [Maximum] period: 300 length: 600 aws_dimensions: ["TargetGroup"] - name: HealthyHostCount statistics: [Minimum] period: 300 length: 600 - name: TCP_ELB_Reset_Count statistics: [Sum] period: 300 length: 600

chadiandianwenrou avatar Mar 29 '21 01:03 chadiandianwenrou

version is v0.23.0-alpha

chadiandianwenrou avatar Mar 29 '21 02:03 chadiandianwenrou

still happens in version v0.32.0-alpha. UnHealthyHostCount and HealthyHostCount aren't scraped.

danielrosa-zh avatar Dec 27 '21 00:12 danielrosa-zh

Hello everyone,

I've been trying to export the HealthyHostCount and UnHealthyHostCount metrics for AWS/NetworkELB, but I haven't had any success. The exporter is not scraping any data for these metrics, and they remain unavailable. However, I still need to export both metrics. do you have any suggestions on how to resolve it?

Thanks in advance!

sarabadreldin avatar Feb 07 '25 09:02 sarabadreldin