-
Notifications
You must be signed in to change notification settings - Fork 80
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
num_errors metric missing with fluentd 1.14 #195
Comments
stevenjm
changed the title
num_errors metric missing with fluentd 0.14
num_errors metric missing with fluentd 1.14
Dec 14, 2021
szymonpk
pushed a commit
to szymonpk/fluent-plugin-splunk-hec
that referenced
this issue
Apr 7, 2022
Metrics like emit_count, num_errors, and others are missing when 2.0.1 is used [1][2]. Also, bump .ruby-version to 2.7.4. It is the same as in the docker image. The previous version is incompatible with some gems used in the repo. 1. fluent/fluent-plugin-prometheus#195 2. fluent/fluent-plugin-prometheus@0e5d768
8 tasks
hvaghani221
pushed a commit
to splunk/fluent-plugin-splunk-hec
that referenced
this issue
Apr 8, 2022
Metrics like emit_count, num_errors, and others are missing when 2.0.1 is used [1][2]. Also, bump .ruby-version to 2.7.4. It is the same as in the docker image. The previous version is incompatible with some gems used in the repo. 1. fluent/fluent-plugin-prometheus#195 2. fluent/fluent-plugin-prometheus@0e5d768 Co-authored-by: Szymon Szypulski <ss@viabill.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the metrics changes in fluentd 1.14 (#191), the
fluentd_output_status_num_errors
metric is missing. To reproduce:git checkout v1.14.0
bundle install
bundle exec fluentd -c fluent.conf
num_errors
metric...retry_count
name.To confirm it works with previous versions:
git checkout v1.13.3
bundle exec fluentd -c fluent.conf
The text was updated successfully, but these errors were encountered: