Hi,
I created an exporter that runs Postman collections and returns metrics on those runs.
You can find the project here:
I would appreciate feedback.
The included example is very simple and could also have been done with the blackbox exporter. But if you know Postman a little better, you also know that a lot is possible with it that is difficult or impossible to achieve with the blackbox exporter.
I use it to monitor APIs that are secured with OAuth2 and mTLS.
In another case, a complete OpenID Connect login with code flow (including login to the IDP, cookie handling, CSRF token handling) is carried out and monitored.
regards
Sebastian