Skip to content

Commit

Permalink
Small readme change
Browse files Browse the repository at this point in the history
  • Loading branch information
insani7y committed Sep 4, 2024
1 parent 467b98f commit 6dd9137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6dd9137

Please sign in to comment.