diff --git a/pkg/collector/handler_cdn.go b/pkg/collector/handler_cdn.go index 1d22c5e..7b71f00 100644 --- a/pkg/collector/handler_cdn.go +++ b/pkg/collector/handler_cdn.go @@ -123,9 +123,6 @@ func (e *CdnExporter) Collect(ch chan<- prometheus.Metric) { } for _, data := range cdnResponse.Response.Data[0].CdnData { - if *data.Metric != "566" { - continue - } ch <- prometheus.MustNewConstMetric( e.cdnInstance, prometheus.GaugeValue,