From e478843faaf1519b588410f79ddfbf95f14aa387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Sun, 11 Aug 2024 11:32:01 +0200 Subject: [PATCH] chore: deprecate teradici_pcoip and vmware_blast collector (#1559) --- pkg/collector/teradici_pcoip/teradici_pcoip.go | 2 +- pkg/collector/vmware_blast/vmware_blast.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/collector/teradici_pcoip/teradici_pcoip.go b/pkg/collector/teradici_pcoip/teradici_pcoip.go index edce7359..83857650 100644 --- a/pkg/collector/teradici_pcoip/teradici_pcoip.go +++ b/pkg/collector/teradici_pcoip/teradici_pcoip.go @@ -99,7 +99,7 @@ func (c *Collector) Close() error { } func (c *Collector) Build() error { - // _ = level.Warn(c.logger).Log("msg", "teradici_pcoip collector is deprecated and will be removed in the future.") + _ = level.Warn(c.logger).Log("msg", "teradici_pcoip collector is deprecated and will be removed in the future.") c.audioBytesReceived = prometheus.NewDesc( prometheus.BuildFQName(types.Namespace, Name, "audio_bytes_received_total"), diff --git a/pkg/collector/vmware_blast/vmware_blast.go b/pkg/collector/vmware_blast/vmware_blast.go index cf02ea34..998f2855 100644 --- a/pkg/collector/vmware_blast/vmware_blast.go +++ b/pkg/collector/vmware_blast/vmware_blast.go @@ -144,7 +144,7 @@ func (c *Collector) Close() error { } func (c *Collector) Build() error { - // _ = level.Warn(c.logger).Log("msg", "vmware_blast collector is deprecated and will be removed in the future.") + _ = level.Warn(c.logger).Log("msg", "vmware_blast collector is deprecated and will be removed in the future.") c.audioReceivedBytes = prometheus.NewDesc( prometheus.BuildFQName(types.Namespace, Name, "audio_received_bytes_total"),