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
Hello,
I use this plugin to save data to influxDb while running my jMeter tests. I see this creates 3 measurements
I see requestsRaw measurement is with column 'nodeName', 'testName' etc but I am not able to query this requestsRaw with any of those tags
Like the below query do not return anything . i know there must be reason. I am new to influx db, hence looking for some information here.
SELECT * FROM requestsRaw WHERE nodeName="smoketest-2"
is it possible to query only with time ?
Thanks
The text was updated successfully, but these errors were encountered:
@musanas, just try SELECT * FROM requestsRaw WHERE "nodeName"='smoketest-2'
Sorry, something went wrong.
No branches or pull requests
Hello,
I use this plugin to save data to influxDb while running my jMeter tests.
I see this creates 3 measurements
I see requestsRaw measurement is with column 'nodeName', 'testName' etc
but I am not able to query this requestsRaw with any of those tags
Like the below query do not return anything . i know there must be reason. I am new to influx db, hence looking for some information here.
SELECT * FROM requestsRaw WHERE nodeName="smoketest-2"
is it possible to query only with time ?
Thanks
The text was updated successfully, but these errors were encountered: