-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
input: Add ingestion_paused metrics to confirm whether an input plugin is paused or not #8044
input: Add ingestion_paused metrics to confirm whether an input plugin is paused or not #8044
Conversation
5e51d60
to
9baf76f
Compare
…s paused or not Signed-off-by: Hiroshi Hatake <[email protected]>
9baf76f
to
9056ecf
Compare
thanks for opening this PR. I think the name |
Sounds reasonable. I’ll change the metrics name into more suitable one |
Signed-off-by: Hiroshi Hatake <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
…n is paused or not (#8044)
Hi, may I know if this metric is exposed to Prometheus metrics also? Or only available via |
Hi, this is only for api/v2/metrics API. |
To observe whether input plugins are paused or not, we should provide
any_overlimitingestion_paused metrics which represents the input is paused or not.Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
$ bin/fluent-bit -i dummy -o stdout -Y -H -P 2021
And from another terminal:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.