We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2773716 commit 39fd755Copy full SHA for 39fd755
‎pkg/metadata_query/labels.go
@@ -28,7 +28,7 @@ type LabelNamesArguments struct {
28
}
29
30
type LabelNamesResult struct {
31
- // TODO: replace []string with model.LabelNames ? https://github.com/prometheus/client_golang/pull/1850
+ // TODO: Replace []string with model.LabelNames (see https://github.com/prometheus/client_golang/pull/1850).
32
LabelNames []string `json:"names" jsonschema:"Names is a list of string label names."`
33
Warnings v1.Warnings `json:"warnings,omitempty"`
34
0 commit comments