Closed royjacobson closed 1 year ago
I am not sure how prometheus will access it. Moreover, not sure how humans can access it.
It's pretty standard. The browser prompt looks like this:
I think all the prometheus tooling will support it, but cc @ashotland
Patch coverage has no change and project coverage change: -0.01%
:warning:
Comparison is base (
4965906
) 76.29% compared to head (823582e
) 76.29%. Report is 2 commits behind head on master.
:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We should probably protect the metrics page somehow, this is the quickest way to do it.
This is currently untested because testing is kind of a hassle (no http unit tests at all currently). However I tested it works locally and I'm willing to write a Python test with
requests
once it's merged :)