MCPcopy Create free account
hub / github.com/prometheus/client_python / test_report_metrics_3

Method test_report_metrics_3

tests/test_wsgi.py:63–64  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 self.validate_metrics("counter", "Another counter", 3)
62
63 def test_report_metrics_3(self):
64 self.validate_metrics("requests", "Number of requests", 5)
65
66 def test_report_metrics_4(self):
67 self.validate_metrics("failed_requests", "Number of failed requests", 7)

Callers

nothing calls this directly

Calls 1

validate_metricsMethod · 0.95

Tested by

no test coverage detected