Hi everyone, this is my first post here! I am a DevOps Systems Engineer, by day, and also by night as a hobby. I'm new to contributing to open source.
Have been wanting to solve a long time problem of getting API response information from endpoints, but with the use of auth token's.
I used the Prometheus Exporter Toolkit https://github.com/prometheus/exporter-toolkit and made my own Prometheus exporter! Currently I am just collecting response times in (ms).
https://github.com/mhellnerdev/api_exporter
I was curious if this something worthy of creating a pull request to add to the official docs here-
https://github.com/mhellnerdev/docs/blob/main/content/docs/instrumenting/exporters.md
Thanks!