We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
null
The text was updated successfully, but these errors were encountered:
I'll open a case on the influxdb repo as well
Sorry, something went wrong.
Fix unmarshal of influxdb metrics will null tags
21386f4
closes #1738
ac58a6b
16f617d
1ef6597
Successfully merging a pull request may close this issue.
Not sure if this is a ticket for here or influxdb itself.
influxdb 0.13
influxdb 1.0
Mind the
null
tags for 1.0 which causes the metric to be droppedThe text was updated successfully, but these errors were encountered: