Skip to content

Commit

Permalink
Patching
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrerazvan committed Oct 26, 2023
1 parent 506810b commit 3b35435
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api/assets/kafka/jmx-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,16 @@ rules:
# Export metrics for kafka tiered storage
- pattern: org.apache.kafka.storage.internals.log.+
- pattern: kafka.log.+
# Tiered Storage Metrics
- pattern: aiven.kafka.server.tieredstorage<type=remote-storage-manager-metrics><>(.+-total|.+-rate|.+-avg|.+-max)
name: kafka_tiered_storage_rsm_$1
type: GAUGE
- pattern: aiven.kafka.server.tieredstorage.cache<type=segment-manifest-cache><>(.+-total|.+-rate|.+-avg|.+-max)
name: kafka_tiered_storage_cache_segment_manifest_$1
type: GAUGE
- pattern: aiven.kafka.server.tieredstorage.cache<type=chunk-cache><>(.+-total|.+-rate|.+-avg|.+-max)
name: kafka_tiered_storage_cache_chunk_$1
type: GAUGE
- pattern: aiven.kafka.server.tieredstorage.s3<type=s3-metrics><>(.+-total|.+-rate|.+-avg|.+-max)
name: kafka_tiered_storage_backend_s3_$1
type: GAUGE

0 comments on commit 3b35435

Please sign in to comment.