Skip to content

Commit

Permalink
chore: run write
Browse files Browse the repository at this point in the history
  • Loading branch information
jcountsNR committed Sep 7, 2023
1 parent 3391a70 commit b5b8bc1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 16 deletions.
28 changes: 14 additions & 14 deletions receiver/kafkametricsreceiver/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,20 @@ Number of partitions in topic.
| ---- | ----------- | ------ |
| topic | The ID (integer) of a topic | Any Str |
### messaging.kafka.broker.outgoing_byte_rate
Average outgoing Byte Rate in bytes/second.
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Double |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| broker | The ID (integer) of a broker | Any Int |
## Optional Metrics
The following metrics are not emitted by default. Each of them can be enabled by applying the following configuration:
Expand Down Expand Up @@ -230,20 +244,6 @@ Average incoming Byte Rate in bytes/second
| ---- | ----------- | ------ |
| broker | The ID (integer) of a broker | Any Int |
### messaging.kafka.broker.outgoing_byte_rate
Average outgoing Byte Rate in bytes/second.
| Unit | Metric Type | Value Type |
| ---- | ----------- | ---------- |
| 1 | Gauge | Double |
#### Attributes
| Name | Description | Values |
| ---- | ----------- | ------ |
| broker | The ID (integer) of a broker | Any Int |
### messaging.kafka.broker.request_latency
Average request latency in seconds
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion receiver/kafkametricsreceiver/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ metrics:
warnings:
if_enabled_not_set: This metric will be enabled by default in the next versions.
messaging.kafka.broker.outgoing_byte_rate:
enabled: false
enabled: true
description: Average outgoing Byte Rate in bytes/second.
unit: 1
gauge:
Expand Down

0 comments on commit b5b8bc1

Please sign in to comment.