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
44## Installation
55
66```
7- pip install prometheus-summary==0.1.4
7+ pip install prometheus-summary==0.1.5
88```
99This package can be found on [ PyPI] ( https://pypi.org/project/prometheus-summary/ ) .
1010
11+ ## Documentation
12+ Documentation is available on https://prometheus-summary.readthedocs.io/en/latest/ .
13+
1114## Collecting
1215
1316### Basic usage
Original file line number Diff line number Diff line change 1- Welcome to prometheus-summary documentation!
2- ============================================
1+ prometheus-summary
2+ ==================
33
44`Prometheus-summary library <https://github.com/RefaceAI/prometheus-summary >`_ adds support of quantiles calculation for the Summary metric.
55It is fully compatible with the official `Python Prometheus client library <https://github.com/prometheus/client_python >`_.
@@ -9,7 +9,7 @@ Installation
99
1010.. code-block :: console
1111
12- pip install prometheus-summary==0.1.4
12+ pip install prometheus-summary==0.1.5
1313
1414 This package can be found on `PyPI <https://pypi.org/project/prometheus-summary/ >`_.
1515
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