diff --git a/README.md b/README.md index 8c0e3e29..eae6791b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # pypdu | pdu | pdump +just testing + This repo contains two small C++ tools, [`pdu`](#pdu) and [`pdump`](#pdump). These tools operate on Prometheus on-disk data, and provide insight into per-metric family disk usage and raw sample data respectively. In addition, [`pypdu`](#pypdu) provides Python bindings supporting basic operations on Prometheus data including iterating all time series, and all samples therein.