Skip to content

Commit 99a328a

Browse files
committed
enable pprof on metrics exporter
rh-pre-commit.version: 2.2.0 rh-pre-commit.check-secrets: ENABLED
1 parent f7569ac commit 99a328a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

operator/gitops/argocd/pipeline-service/metrics-exporter/deployment.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ spec:
2020
containers:
2121
- name: pipeline-metrics-exporter
2222
image: quay.io/redhat-appstudio/pipeline-service-exporter:placeholder
23-
args: []
23+
args:
24+
[
25+
"-pprof-address",
26+
"6060",
27+
]
2428
ports:
2529
- containerPort: 9117
2630
name: metrics

0 commit comments

Comments
 (0)