NLB's UnHealthyHostCount data cannot be scraped
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
version is v0.23.0-alpha
still happens in version v0.32.0-alpha. UnHealthyHostCount and HealthyHostCount aren't scraped.
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!