-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update steps for setting up metrics on openshift, focusing on single … (
#953) * Update steps for setting up metrics on openshift, focusing on single cluster Signed-off-by: David Martin <[email protected]> * Address feedback Signed-off-by: David Martin <[email protected]> --------- Signed-off-by: David Martin <[email protected]>
- Loading branch information
1 parent
b771a77
commit 28ba551
Showing
8 changed files
with
165 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
|
||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
labels: | ||
control-plane: controller-manager | ||
name: authorino-operator-metrics | ||
namespace: kuadrant-system | ||
spec: | ||
endpoints: | ||
- path: /metrics | ||
port: metrics | ||
scheme: http | ||
selector: | ||
matchLabels: | ||
control-plane: authorino-operator | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
labels: | ||
control-plane: controller-manager | ||
app.kubernetes.io/name: servicemonitor | ||
app.kubernetes.io/instance: controller-manager-metrics-monitor | ||
app.kubernetes.io/component: metrics | ||
app.kubernetes.io/created-by: dns-operator | ||
app.kubernetes.io/part-of: dns-operator | ||
app.kubernetes.io/managed-by: kustomize | ||
name: dns-operator-metrics-monitor | ||
namespace: kuadrant-system | ||
spec: | ||
endpoints: | ||
- path: /metrics | ||
port: metrics | ||
scheme: http | ||
selector: | ||
matchLabels: | ||
control-plane: dns-operator-controller-manager | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
labels: | ||
control-plane: controller-manager | ||
name: kuadrant-operator-metrics | ||
namespace: kuadrant-system | ||
spec: | ||
endpoints: | ||
- path: /metrics | ||
port: metrics | ||
scheme: http | ||
selector: | ||
matchLabels: | ||
control-plane: controller-manager | ||
app: kuadrant | ||
--- | ||
apiVersion: monitoring.coreos.com/v1 | ||
kind: ServiceMonitor | ||
metadata: | ||
labels: | ||
control-plane: controller-manager | ||
name: limitador-operator-metrics | ||
namespace: kuadrant-system | ||
spec: | ||
endpoints: | ||
- path: /metrics | ||
port: metrics | ||
scheme: http | ||
selector: | ||
matchLabels: | ||
control-plane: controller-manager | ||
|
||
|
19 changes: 0 additions & 19 deletions
19
config/observability/prometheus/monitors/service-monitor-authorino-operator.yaml
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
config/observability/prometheus/monitors/service-monitor-dns-operator.yaml
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
config/observability/prometheus/monitors/service-monitor-kuadrant-operator.yaml
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
config/observability/prometheus/monitors/service-monitor-limitador-operator.yaml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters