Skip to content

Commit

Permalink
Minor README fixups
Browse files Browse the repository at this point in the history
Clarify that the published bytes value is before compression.

Correct the name of the name of the compression ratio metric.
  • Loading branch information
benwh committed May 28, 2020
1 parent d310fbb commit 266d8fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,11 @@ performance:
- `fluentd_output_gcloud_pubsub_messages_published_per_batch`
- Histogram: Number of records published to Pub/Sub per buffer flush
- `fluentd_output_gcloud_pubsub_messages_published_bytes`
- Histogram: Total size in bytes of the records published to Pub/Sub
- Histogram: Total size in bytes of the records published to Pub/Sub,
**before** compression.
- `fluentd_output_gcloud_pubsub_messages_compression_duration_seconds`
- Histogram: Time taken to compress a batch of messages
- `fluentd_output_gcloud_pubsub_messages_messages_compressed_size_per_original_size_ratio`
- `fluentd_output_gcloud_pubsub_messages_compressed_size_per_original_size_ratio`
- Histogram: Compression ratio achieved on a batch of messages, expressed in
terms of space saved.

Expand Down

0 comments on commit 266d8fb

Please sign in to comment.