incidentio-exporter
is written in Go.
Prerequisites:
Clone incidentio-exporter
anywhere:
git clone git@github.com:dirsigler/incidentio-exporter.git
Add your changes to the code and build the binary as well as Dockerimage locally. You can use the example Docker Compose stack in ./examples/docker/ to see the changes live.
Else verify that a curl http://localhost:9193/metrics
responds with the desired Prometheus metrics.
Commit messages should be well formatted.
Push your branch to your incidentio-exporter
fork and open a pull request against the main branch.