File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Prometheus summary with quantiles over configurable sliding time window
4
4
## Installation
5
5
6
6
```
7
- pip install prometheus-summary==0.1.2
7
+ pip install prometheus-summary==0.1.3
8
8
```
9
9
This package can be found on [ PyPI] ( https://pypi.org/project/prometheus-summary/ ) .
10
10
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ def __init__(
40
40
registry = registry ,
41
41
_labelvalues = _labelvalues ,
42
42
)
43
+ self ._kwargs ['invariants' ] = invariants
44
+ self ._kwargs ['max_age_seconds' ] = max_age_seconds
45
+ self ._kwargs ['age_buckets' ] = age_buckets
43
46
44
47
def _metric_init (self ):
45
48
super ()._metric_init ()
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.2 "
1
+ __version__ = "0.1.3 "
You can’t perform that action at this time.
0 commit comments