Skip to content

Commit a67a302

Browse files
author
Eduard Agarici
committed
Allowlist tieredstorage metrics in jmx exporter
1 parent 36177d2 commit a67a302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/assets/kafka/jmx-exporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,5 +240,5 @@ rules:
240240
# Export all other java.{lang,nio}* beans using default format
241241
- pattern: java.lang.+
242242
- pattern: java.nio.+
243-
- pattern: 'aiven.kafka.server.tieredstorage<(.*)>'
243+
- pattern: 'aiven\.kafka\.server\.tieredstorage(?:\.[^<]+)?<type=[^>]+><.*>'
244244
cache: true

0 commit comments

Comments
 (0)