Skip to content

Commit

Permalink
feat: add generic tenant metrics (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel authored May 2, 2024
1 parent 81f5c6f commit 02f45d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 42 deletions.
3 changes: 1 addition & 2 deletions resources/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
"prometheus": {
"pod_monitors": [
"prometheus/pod_monitors/prometheus-self-metrics.yaml",
"prometheus/pod_monitors/rhacs-central-metrics.yaml",
"prometheus/pod_monitors/rhacs-cloudwatch-exporter.yaml",
"prometheus/pod_monitors/rhacs-fleetshard-sync-metrics.yaml",
"prometheus/pod_monitors/rhacs-scanner-metrics.yaml"
"prometheus/pod_monitors/rhacs-tenant-metrics.yaml"
],
"rules": [
"prometheus/billing-rules.yaml",
Expand Down
38 changes: 0 additions & 38 deletions resources/prometheus/pod_monitors/rhacs-scanner-metrics.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: monitoring.coreos.com/v1
kind: PodMonitor
metadata:
name: rhacs-central-metrics
name: rhacs-tenant-metrics
labels:
app: rhacs
spec:
selector:
matchLabels:
app: "central"
app.kubernetes.io/name: stackrox
namespaceSelector:
any: true
podMetricsEndpoints:
Expand Down

0 comments on commit 02f45d0

Please sign in to comment.