You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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 |
194
195
|`fluentbit_input_records_total`| name: the name or alias for the input instance | The number of log records this input ingested successfully. | counter | records |
195
196
|`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 |
196
197
|`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