Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ spec:
onto a Prometheus target.
properties:
from:
description: Kubenetes resource label to remap.
description: Kubernetes resource label to remap.
type: string
to:
description: |-
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@ spec:
onto a Prometheus target.
properties:
from:
description: Kubenetes resource label to remap.
description: Kubernetes resource label to remap.
type: string
to:
description: |-
Expand Down
4 changes: 2 additions & 2 deletions manifests/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ spec:
onto a Prometheus target.
properties:
from:
description: Kubenetes resource label to remap.
description: Kubernetes resource label to remap.
type: string
to:
description: |-
Expand Down Expand Up @@ -3641,7 +3641,7 @@ spec:
onto a Prometheus target.
properties:
from:
description: Kubenetes resource label to remap.
description: Kubernetes resource label to remap.
type: string
to:
description: |-
Expand Down
2 changes: 1 addition & 1 deletion pkg/operator/apis/monitoring/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ type TargetLabels struct {
// LabelMapping specifies how to transfer a label from a Kubernetes resource
// onto a Prometheus target.
type LabelMapping struct {
// Kubenetes resource label to remap.
// Kubernetes resource label to remap.
From string `json:"from"`
// Remapped Prometheus target label.
// Defaults to the same name as `From`.
Expand Down
Loading