I collected Commit ID and User ID details from a Bitbucket repository via API calls.
I pushed the data to InfluxDB and the data in my InfluxDB looks like,
time commit user
---- ------ -------
xx yy zz
aa bb cc
I want to create a panel in Grafana in such a way that it should plot commit vs build.
Can anyone help on the query.
Thank you