Skip to content

Commit

Permalink
fix variable name after lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AliDatadog committed Sep 21, 2023
1 parent 1854ca9 commit 13a66a8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ func (f *apiserviceFactory) Name() string {
func (f *apiserviceFactory) MetricFamilyGenerators(allowAnnotationsList, allowLabelsList []string) []generator.FamilyGenerator {
return []generator.FamilyGenerator{
*generator.NewFamilyGeneratorWithStability(
descApiServiceAnnotationsName,
descApiServiceAnnotationsHelp,
descAPIServiceAnnotationsName,
descAPIServiceAnnotationsHelp,
metric.Gauge,
basemetrics.ALPHA,
"",
Expand All @@ -73,8 +73,8 @@ func (f *apiserviceFactory) MetricFamilyGenerators(allowAnnotationsList, allowLa
}),
),
*generator.NewFamilyGeneratorWithStability(
descApiServiceLabelsName,
descApiServiceLabelsHelp,
descAPIServiceLabelsName,
descAPIServiceLabelsHelp,
metric.Gauge,
basemetrics.ALPHA,
"",
Expand Down

0 comments on commit 13a66a8

Please sign in to comment.