You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
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