Skip to content

Commit ed02f71

Browse files
author
Eduard Agarici
committed
Allowlist tieredstorage metrics in jmx exporter
1 parent b361832 commit ed02f71

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
@@ -268,5 +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<(.*)>'
271+
- pattern: 'aiven\.kafka\.server\.tieredstorage(?:\.[^<]+)?<type=[^>]+><.*>'
272272
cache: true

0 commit comments

Comments
 (0)