diff options
Diffstat (limited to 'compose/config/pap')
-rw-r--r-- | compose/config/pap/papParameters.yaml | 5 | ||||
-rw-r--r-- | compose/config/pap/papParametersPostgres.yaml | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/compose/config/pap/papParameters.yaml b/compose/config/pap/papParameters.yaml index cc59dda5..9e8077a7 100644 --- a/compose/config/pap/papParameters.yaml +++ b/compose/config/pap/papParameters.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 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 |