Skip to content

Commit 30ccdeb

Browse files
authored
fix(ops): adds more trino metrics (#6060)
1 parent f76bc66 commit 30ccdeb

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ops/k8s-apps/production/consumer-trino/pod-monitoring.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ spec:
1414
- port: jmx-exporter
1515
path: /metrics
1616
interval: 30s
17+
- port: http
18+
path: /metrics
19+
interval: 30s
1720
targetLabels:
1821
# We need to rename these labels because GCP does not allow '/' in label names
1922
# Also some of the labels are reserved by GCP so we rename them to avoid conflicts
@@ -40,6 +43,9 @@ spec:
4043
- port: jmx-exporter
4144
path: /metrics
4245
interval: 30s
46+
- port: http
47+
path: /metrics
48+
interval: 30s
4349
targetLabels:
4450
fromPod:
4551
- from: app.kubernetes.io/component

ops/k8s-apps/production/trino/pod-monitoring.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ spec:
1414
- port: jmx-exporter
1515
path: /metrics
1616
interval: 30s
17+
- port: http
18+
path: /metrics
19+
interval: 30s
1720
targetLabels:
1821
# We need to rename these labels because GCP does not allow '/' in label names
1922
# Also some of the labels are reserved by GCP so we rename them to avoid conflicts
@@ -40,6 +43,9 @@ spec:
4043
- port: jmx-exporter
4144
path: /metrics
4245
interval: 30s
46+
- port: http
47+
path: /metrics
48+
interval: 30s
4349
targetLabels:
4450
fromPod:
4551
- from: app.kubernetes.io/component

0 commit comments

Comments
 (0)