-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugunexpected problem or unintended behaviorunexpected problem or unintended behavior