Merge pull request #7948 from tarunkant/tarunkant-metrics-patch
Adding one more path in prometheus-metrics.yamlpatch-1
commit
ad623fe3be
|
@ -20,7 +20,9 @@ http:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/metrics"
|
- "{{BaseURL}}/metrics"
|
||||||
|
- "{{BaseURL}}/api/metrics"
|
||||||
|
|
||||||
|
stop-at-first-match: true
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
|
|
Loading…
Reference in New Issue