Skip to content

Commit c13792c

Browse files
committed
More cleanup
Signed-off-by: Lynette Miles <[email protected]>
1 parent 9448724 commit c13792c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

administration/monitoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ The following terms are key to understanding how Fluent Bit processes metrics:
130130
as successful, or it can fail the chunk entirely if an unrecoverable error is
131131
encountered, or it can ask for the chunk to be retried.
132132

133-
| Metric name | Labels | Description | Type | Unit |
134-
|----------------------------------------|-------------------------------------------------|-------------|---------|---------|
133+
| Metric name | Labels | Description | Type | Unit |
134+
| ----------- | ------ | ----------- | ---- | ---- |
135135
| `fluentbit_input_bytes_total` | name: the name or alias for the input instance | The number of bytes of log records that this input instance has ingested successfully. | counter | bytes |
136136
| `fluentbit_input_records_total` | name: the name or alias for the input instance | The number of log records this input ingested successfully. | counter | records |
137137
| `fluentbit_output_dropped_records_total` | name: the name or alias for the output instance | The number of log records dropped by the output. These records hit an unrecoverable error or retries expired for their chunk. | counter | records |

0 commit comments

Comments
 (0)