We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ffe03 commit 1c3946bCopy full SHA for 1c3946b
src/common/prometheus/constants.py
@@ -1,5 +1 @@
1
-from typing import get_args
2
-
3
-from common.prometheus.types import UnknownLabelValue
4
5
-UNKNOWN_LABEL_VALUE: UnknownLabelValue = get_args(UnknownLabelValue)[0]
+UNKNOWN_LABEL_VALUE = "unknown"
src/common/prometheus/types.py
0 commit comments