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

Influxdb 1.0 queryExecutor metrics not picked up #1738

Closed
francisdb opened this issue Sep 9, 2016 · 1 comment · Fixed by #1743
Closed

Influxdb 1.0 queryExecutor metrics not picked up #1738

francisdb opened this issue Sep 9, 2016 · 1 comment · Fixed by #1743
Labels
bug unexpected problem or unintended behavior
Milestone

Comments

@francisdb
Copy link

Not sure if this is a ticket for here or influxdb itself.

influxdb 0.13

curl -s http://127.0.0.1:8086/debug/vars | grep queryExecutor
"queryExecutor": {"name": "queryExecutor", "tags": {}, "values": {"queriesActive": 0, "queryDurationNs": 196970489058}},

influxdb 1.0

curl -s http://127.0.0.1:8086/debug/vars | grep queryExecutor
"queryExecutor": {"name":"queryExecutor","tags":null,"values":{"queriesActive":0,"queryDurationNs":253281846806}},

Mind the null tags for 1.0 which causes the metric to be dropped

@sparrc sparrc added the bug unexpected problem or unintended behavior label Sep 9, 2016
@sparrc sparrc added this to the 1.1.0 milestone Sep 9, 2016
@sparrc
Copy link
Contributor

sparrc commented Sep 9, 2016

I'll open a case on the influxdb repo as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants