From 6dd9137bf97e17c3f8de8ee553d54fd7e496353f Mon Sep 17 00:00:00 2001 From: reqww Date: Wed, 4 Sep 2024 22:06:46 +0300 Subject: [PATCH] Small readme change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d8d3c2..16c4211 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ These settings are subsequently passed to the [sentry-sdk](https://pypi.org/proj ### Prometheus -Prometheus is not an easy case, because two underlying libraries for `fastapi` and `litestar` are so different, that could not be cast to a single interface. For that reason prometheus settings for `fastapi` and `litestar` are a little bit different +Prometheus integration presents a challenge because the underlying libraries for `FastAPI` and `Litestar` differ significantly, making it impossible to unify them under a single interface. As a result, the Prometheus settings for `FastAPI` and `Litestar` must be configured separately. #### Fastapi