chore: deprecate teradici_pcoip and vmware_blast collector (#1559)
This commit is contained in:
parent
9b02e4a0ea
commit
e478843faa
|
@ -99,7 +99,7 @@ func (c *Collector) Close() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Collector) Build() 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(
|
c.audioBytesReceived = prometheus.NewDesc(
|
||||||
prometheus.BuildFQName(types.Namespace, Name, "audio_bytes_received_total"),
|
prometheus.BuildFQName(types.Namespace, Name, "audio_bytes_received_total"),
|
||||||
|
|
|
@ -144,7 +144,7 @@ func (c *Collector) Close() error {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Collector) Build() 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(
|
c.audioReceivedBytes = prometheus.NewDesc(
|
||||||
prometheus.BuildFQName(types.Namespace, Name, "audio_received_bytes_total"),
|
prometheus.BuildFQName(types.Namespace, Name, "audio_received_bytes_total"),
|
||||||
|
|
Loading…
Reference in New Issue