Skip to content

Commit

Permalink
enable pprof on metrics exporter
Browse files Browse the repository at this point in the history
rh-pre-commit.version: 2.2.0
rh-pre-commit.check-secrets: ENABLED
  • Loading branch information
gabemontero committed May 20, 2024
1 parent f7569ac commit 99a328a
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ spec:
containers:
- name: pipeline-metrics-exporter
image: quay.io/redhat-appstudio/pipeline-service-exporter:placeholder
args: []
args:
[
"-pprof-address",
"6060",
]
ports:
- containerPort: 9117
name: metrics
Expand Down

0 comments on commit 99a328a

Please sign in to comment.