Lower-case label name

This commit is contained in:
Calle Pettersson 2019-07-15 19:54:23 +02:00 committed by GitHub
parent 6107a59306
commit ce1005add8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ func NewThermalZoneCollector() (Collector, error) {
prometheus.BuildFQName(Namespace, subsystem, "temperature_celsius"),
"(Temperature)",
[]string{
"Name",
"name",
},
nil,
),
@ -33,7 +33,7 @@ func NewThermalZoneCollector() (Collector, error) {
prometheus.BuildFQName(Namespace, subsystem, "percent_passive_limit"),
"(PercentPassiveLimit)",
[]string{
"Name",
"name",
},
nil,
),
@ -41,7 +41,7 @@ func NewThermalZoneCollector() (Collector, error) {
prometheus.BuildFQName(Namespace, subsystem, "throttle_reasons"),
"(ThrottleReasons)",
[]string{
"Name",
"name",
},
nil,
),