I have K6- InfluxDB - Grafana stack which was integrated into the Azure release pipeline. In Grafana, I can filter results based on timelines since Influxdb is a time-series database. But I would like to have the flexibility to filter results based on the release pipeline number as well. Is it possible to do it? Can we pass the release number as an environment variable? But what do I do with a release number, how do I integrate it in my k6 script or Influxdb so that Grafana can read it.
Any suggestions?