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 a22a228 commit 33928e7Copy full SHA for 33928e7
prometheus_summary/__init__.py
@@ -16,9 +16,9 @@ def __init__(
16
name: str,
17
documentation: str,
18
labelnames: Iterable[str] = (),
19
- namespace: str = '',
20
- subsystem: str = '',
21
- unit: str = '',
+ namespace: str = "",
+ subsystem: str = "",
+ unit: str = "",
22
registry: Optional[prometheus_client.CollectorRegistry] = prometheus_client.REGISTRY,
23
_labelvalues: Optional[Sequence[str]] = None,
24
invariants: Sequence[Tuple[float, float]] = DEFAULT_INVARIANTS,
0 commit comments