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 multiple metrics error #30

Open
rozetko opened this issue Nov 8, 2018 · 1 comment
Open

InfluxDB multiple metrics error #30

rozetko opened this issue Nov 8, 2018 · 1 comment
Labels
bug Something isn't working

Comments

@rozetko
Copy link
Member

rozetko commented Nov 8, 2018

When you have mutiple metrics in one query, eg:
SELECT derivative(mean("value"), 1s) FROM "interface_rx" WHERE ("instance" = 'eth0' AND "type" = 'if_octets') AND time >= now() - 24h GROUP BY time(2m);SELECT derivative(mean("value"), 1s) FROM "interface_tx" WHERE ("instance" = 'eth0' AND "type" = 'if_octets') AND time >= now() - 24h GROUP BY time(2m)
You get an error Query <query> has multiple time clauses. Can't parse
Though it is supported by InfluxDB itself

@rozetko rozetko added the bug Something isn't working label Nov 8, 2018
@jonyrock
Copy link
Member

jonyrock commented Nov 8, 2018

We might think about this as a new feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants