Skip to content

Influxdb 1.0 queryExecutor metrics not picked up #1738

@francisdb

Description

@francisdb

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugunexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions