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

Method test_report_metrics_2

tests/test_asgi.py:135–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

133 self.validate_metrics("counter", "A counter", 2)
134
135 def test_report_metrics_2(self):
136 self.validate_metrics("counter", "Another counter", 3)
137
138 def test_report_metrics_3(self):
139 self.validate_metrics("requests", "Number of requests", 5)

Callers

nothing calls this directly

Calls 1

validate_metricsMethod · 0.95

Tested by

no test coverage detected