Metadata-Version: 2.1
Name: mepe
Version: 0.1.5
Summary: 
Author: laixintao
Author-email: laixintaoo@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: prometheus-client (>=0.15.0,<0.16.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=12.6.0,<13.0.0)
Description-Content-Type: text/markdown

# Prometheus Metrics Explorer

Cli Prometheus metrics viewer.

Summaries metrics, useful when you configure a new Grafana dashboard for a new component, and want to check what metrics does it have.

## Installation

```shell
pip install mepe
```

## Usage

```shell
mepe http://127.0.0.1:9100/metrics
```


![](./docs/mepe.png)

