Skip to content

Commit edabd1f

Browse files
eduardagariciEduard Agarici
andauthored
Allowlist tieredstorage metrics in jmx exporter (#106)
* Allowlist tieredstorage metrics in jmx exporter * Allowlist tieredstorage metrics in jmx exporter --------- Co-authored-by: Eduard Agarici <[email protected]>
1 parent e537b1c commit edabd1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/assets/kafka/jmx-exporter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,5 @@ rules:
268268
# Export all other java.{lang,nio}* beans using default format
269269
- pattern: java.lang.+
270270
- pattern: java.nio.+
271+
- pattern: 'aiven\.kafka\.server\.tieredstorage(?:\.[^<]+)?<type=[^>]+><.*>'
272+
cache: true

0 commit comments

Comments
 (0)