grafana / grafana/xk6-sql

tags on sql.query command

Open
#22 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
190
Forks
65
Avg merge
2d 11h
Merged PRs (30d)
10

Description

for http requests we can add [paramaters ](https://k6.io/docs/javascript-api/k6-http/params) to our requests.

A parameter that we use often are tags to aid creating threshold for various items

```
response = http.get(data.helloWorld,
{tags:{name:'helloWorld'}
});
```

however for xk6-sql this doesn't appear to be supported meaning it is difficult to put thresholds on different queries being loaded together

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.