Skip to content
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

Output metric count increments incorrectly #73

Open
komal-SkyNET opened this issue Dec 18, 2018 · 0 comments
Open

Output metric count increments incorrectly #73

komal-SkyNET opened this issue Dec 18, 2018 · 0 comments
Labels

Comments

@komal-SkyNET
Copy link

komal-SkyNET commented Dec 18, 2018

I'm using '<match>' with '<store>' to count output records metrics.
Using fluentd-v0.14.25; fluent-plugin-elasticsearch (2.11.10); fluent-plugin-prometheus (1.1.0), fluent-plugin-bufferize (0.0.2).

So I have something like this:


<match> 
   <store> @type elasticsearch </store>
   <store> @type prometheus <metric>....</metric></store>
</match>

The problem is that my output metric count increases despite an elasticsearch(i.e, first store tag) delivery failure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants