diff options
Diffstat (limited to 'compose/config/pap/papParametersPostgres.yaml')
-rw-r--r-- | compose/config/pap/papParametersPostgres.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/compose/config/pap/papParametersPostgres.yaml b/compose/config/pap/papParametersPostgres.yaml index c46cc528..1959e877 100644 --- a/compose/config/pap/papParametersPostgres.yaml +++ b/compose/config/pap/papParametersPostgres.yaml @@ -86,5 +86,6 @@ management: base-path: / exposure: include: health, metrics, prometheus - path-mapping.metrics: plain-metrics - path-mapping.prometheus: metrics + path-mapping: + -metrics: plain-metrics + -prometheus: metrics |