- 
                Notifications
    
You must be signed in to change notification settings  - Fork 41
 
Description
What can we help you with?
Not able to scrape aiven tiered storage metrics when using these pattern in the JMX config file:
JMX config file pattern:
- pattern: 'aiven.kafka.server.tieredstorage.s3<type=([^,]+), name=([^,]*), attribute=([^>]+)>'
  name: aiven_kafka_server_tieredstorage_s3_$1_$2_$3
  type: GAUGE
When using the * pattern - able to fetch all the aiven tiered storage metrics but I want only few specific metrics
like this one:
aiven_kafka_server_tieredstorage_s3_s3_client_metrics_get_object_requests_rate aiven_kafka_server_tieredstorage_s3_s3_client_metrics_get_object_requests
Where would you expect to find this information?
I've checked this aiven metrics page - https://github.com/Aiven-Open/tiered-storage-for-apache-kafka/blob/21795a6f4b214fe671bb9406eb5b9949bcbdb38e/docs/metrics.rst#aivenkafkaservertieredstoragetyperemote-storage-manager-metrics
but I want only few specific metrics using the pattern in the JMX config file so if possible please share the correct Pattern that I can use in the JMX config file for these metrices