Skip to content

Commit fa6fbc1

Browse files
authored
add activity metric to prometheus-labels.yaml
A new metric was added, but the prometheus labels were missing
1 parent b897da3 commit fa6fbc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/resources/metrics-config/prometheus-labels.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,9 @@ mappers:
202202
labels:
203203
adapter: ${0}
204204
action: ${1}
205+
- match: adapter.*.activity.*.*.count
206+
name: adapter.activity
207+
labels:
208+
adapter: ${0}
209+
activity: ${1}
210+
action: ${2}

0 commit comments

Comments
 (0)