mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-26 06:36:36 +00:00
Lower-case label name
This commit is contained in:
@@ -25,7 +25,7 @@ func NewThermalZoneCollector() (Collector, error) {
|
|||||||
prometheus.BuildFQName(Namespace, subsystem, "temperature_celsius"),
|
prometheus.BuildFQName(Namespace, subsystem, "temperature_celsius"),
|
||||||
"(Temperature)",
|
"(Temperature)",
|
||||||
[]string{
|
[]string{
|
||||||
"Name",
|
"name",
|
||||||
},
|
},
|
||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
@@ -33,7 +33,7 @@ func NewThermalZoneCollector() (Collector, error) {
|
|||||||
prometheus.BuildFQName(Namespace, subsystem, "percent_passive_limit"),
|
prometheus.BuildFQName(Namespace, subsystem, "percent_passive_limit"),
|
||||||
"(PercentPassiveLimit)",
|
"(PercentPassiveLimit)",
|
||||||
[]string{
|
[]string{
|
||||||
"Name",
|
"name",
|
||||||
},
|
},
|
||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
@@ -41,7 +41,7 @@ func NewThermalZoneCollector() (Collector, error) {
|
|||||||
prometheus.BuildFQName(Namespace, subsystem, "throttle_reasons"),
|
prometheus.BuildFQName(Namespace, subsystem, "throttle_reasons"),
|
||||||
"(ThrottleReasons)",
|
"(ThrottleReasons)",
|
||||||
[]string{
|
[]string{
|
||||||
"Name",
|
"name",
|
||||||
},
|
},
|
||||||
nil,
|
nil,
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user