Skip to content

Commit cb4b357

Browse files
committed
Add fluentbit_input_ingestion_paused metric to the documentation
Signed-off-by: Antonio Santos <antonio@santosvelasco.com>
1 parent dc3e91b commit cb4b357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

administration/monitoring.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ The following terms are key to understanding how Fluent Bit processes metrics:
191191
| Metric Name | Labels | Description | Type | Unit |
192192
|--------------------------------------------|-------------------------------------------------------------------------|-------------|---------|---------|
193193
| `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 |
194+
| `fluentbit_input_ingestion_paused` | name: the name or alias for the input instance | Indicates whether the input instance ingestion is currently paused (1) or not (0). | gauge | boolean |
194195
| `fluentbit_input_records_total` | name: the name or alias for the input instance | The number of log records this input ingested successfully. | counter | records |
195196
| `fluentbit_filter_bytes_total` | name: the name or alias for the filter instance | The number of bytes of log records that this filter instance has ingested successfully. | counter | bytes |
196197
| `fluentbit_filter_records_total` | name: the name or alias for the filter instance | The number of log records this filter has ingested successfully. | counter | records |

0 commit comments

Comments
 (0)