From 8dd3d4741c11717f9473b7fdc4b242dfcade7aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 8 Jun 2023 18:11:39 +0200 Subject: [PATCH] openmetrics --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f39d21d0..0a4226a7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Satella contains, among other things: * things to help you manage your [application's configuration](satella/configuration) * a fully equipped [metrics library](satella/instrumentation/metrics) * alongside a fully metricized [ThreadPoolExecutor](satella/instrumentation/metrics/structures/threadpool.py) - * and an exporter to [Prometheus](satella/instrumentation/metrics/exporters/prometheus.py) + * and an exporter to [Prometheus](satella/instrumentation/metrics/exporters/prometheus.py) or really any + [OpenMetrics](https://github.com/OpenObservability/OpenMetrics/blob/main/specification/OpenMetrics.md) compliant + ingester * as well as exporters/metricizers for the following libraries: * [AWS](https://github.com/piotrmaslanka/aws-satella) * [FastAPI](https://github.com/Dronehub/fastapi-satella-metrics) -- GitLab