From 64512dabfeb32346a0acd8434a76f4663f5ac8e0 Mon Sep 17 00:00:00 2001 From: Wojciech Langiewicz Date: Thu, 25 Jan 2024 15:19:14 +0100 Subject: [PATCH] add info about pekko-http support --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 72157d6..9d3701a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ Collection of utilities to allow exposing prometheus metrics from akka-http endp "com.varwise" %% "prometheus-akka-http" % "0.6.0" +# Pekko support + +[prometheus-pekko-http](https://github.com/varwise/prometheus-pekko-http) is a fork of this project that supports pekko-http. + ### Example Example project is available here: https://github.com/wlk/prometheus-akka-http-example