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.
2 parents 962cc9d + df4b1ea commit 0f0ab1fCopy full SHA for 0f0ab1f
README.md
@@ -4,7 +4,7 @@ Prometheus summary with quantiles over configurable sliding time window
4
## Installation
5
6
```
7
-pip install prometheus-summary==0.1.2
+pip install prometheus-summary==0.1.3
8
9
This package can be found on [PyPI](https://pypi.org/project/prometheus-summary/).
10
prometheus_summary/__init__.py
@@ -40,6 +40,9 @@ def __init__(
40
registry=registry,
41
_labelvalues=_labelvalues,
42
)
43
+ self._kwargs['invariants'] = invariants
44
+ self._kwargs['max_age_seconds'] = max_age_seconds
45
+ self._kwargs['age_buckets'] = age_buckets
46
47
def _metric_init(self):
48
super()._metric_init()
prometheus_summary/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
0 commit comments