MCPcopy Index your code
hub / github.com/prometheus/client_python / get_legacy_validation

Function get_legacy_validation

prometheus_client/validation.py:17–19  ·  view source on GitHub ↗

Return the current status of the legacy validation setting.

()

Source from the content-addressed store, hash-verified

15
16
17def get_legacy_validation() -> bool:
18 """Return the current status of the legacy validation setting."""
19 return _legacy_validation
20
21
22def disable_legacy_validation():

Callers 1

_validate_labelnameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected