Select * form influxdb is null

k6 had written datas to db, why select * form it is null ?


Hi @sunnini,
in that way, you’re not querying the k6 database. You’re already set the database with the use k6 command.

What you want now is querying the series or measurements so you have to try with show series or show measurements.

Thanks @codebien , I got it.