jenkinsci / github-autostatus-plugin

Jenkins plugin to provide automatic status for multibranch jobs
https://plugins.jenkins.io/github-autostatus/
MIT License
52 stars 34 forks source link

Can I add a custom influxdb tag? #106

Open soy-sauce-rice opened 3 years ago

soy-sauce-rice commented 3 years ago

I use this plugin to save the stages information in finfluxdb, and it works very well. I want to use this data in grafana, I need to use the jobname of the stage as a tag because i want to use query "select ... from stage group by jobname", but it's a field. what should i do?

s-kelvin commented 3 years ago

Same here. Is there any workaround on this?