File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,13 @@ Prometheus summary with quantiles over configurable sliding time window
4
4
## Installation
5
5
6
6
```
7
- pip install prometheus-summary==0.1.4
7
+ pip install prometheus-summary==0.1.5
8
8
```
9
9
This package can be found on [ PyPI] ( https://pypi.org/project/prometheus-summary/ ) .
10
10
11
+ ## Documentation
12
+ Documentation is available on https://prometheus-summary.readthedocs.io/en/latest/ .
13
+
11
14
## Collecting
12
15
13
16
### Basic usage
Original file line number Diff line number Diff line change 1
- Welcome to prometheus-summary documentation!
2
- ============================================
1
+ prometheus-summary
2
+ ==================
3
3
4
4
`Prometheus-summary library <https://github.com/RefaceAI/prometheus-summary >`_ adds support of quantiles calculation for the Summary metric.
5
5
It is fully compatible with the official `Python Prometheus client library <https://github.com/prometheus/client_python >`_.
@@ -9,7 +9,7 @@ Installation
9
9
10
10
.. code-block :: console
11
11
12
- pip install prometheus-summary==0.1.4
12
+ pip install prometheus-summary==0.1.5
13
13
14
14
This package can be found on `PyPI <https://pypi.org/project/prometheus-summary/ >`_.
15
15
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.4 "
1
+ __version__ = "0.1.5 "
You can’t perform that action at this time.
0 commit comments