mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-11 23:42:38 +00:00
OpenMetrics test: Add hopefully more stable URIs to OpenMetrics spec info
This commit is contained in:
parent
cbe5ea1115
commit
21c471ed81
@ -103,8 +103,9 @@ class FakeStats():
|
|||||||
class OpenMetrics(unittest.TestCase):
|
class OpenMetrics(unittest.TestCase):
|
||||||
def test_spec_compliance(self):
|
def test_spec_compliance(self):
|
||||||
"""
|
"""
|
||||||
Does our output adhere to the OpenMetrics spec?
|
Does our output adhere to the `OpenMetrics <https://openmetrics.io/>` spec?
|
||||||
https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md
|
https://github.com/OpenObservability/OpenMetrics/
|
||||||
|
https://prometheus.io/docs/instrumenting/exposition_formats/
|
||||||
"""
|
"""
|
||||||
req = mock.Mock()
|
req = mock.Mock()
|
||||||
stats = FakeStats()
|
stats = FakeStats()
|
||||||
|
Loading…
Reference in New Issue
Block a user