elastic / apm-queue

Abstraction layer over Kafka / GCP PubSub Lite to produce and consume records
Apache License 2.0
6 stars 15 forks source link

feat: add producer/consumer wire metrics and compression attribute #472

Closed kruskall closed 3 months ago

kruskall commented 4 months ago

This PR adds producer.messages.wire.bytes and consumer.messages.wire.bytes

They will replace producer.messages.bytes and consumer.messages.bytes but to avoid any breaking change we'll keep them both for now.

The other change is the addition of the compression.codec dimension to all the producer/consumer metrics.

Input wanted on the name.

github-actions[bot] commented 4 months ago

:warning: Warning

System-tests will not be executed for this PR because it is from a forked repository. But it will still create a successful run-system-tests status check.