Skip to content

Commit 16c3b72

Browse files
authored
Update README.md
1 parent c1d22a2 commit 16c3b72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ These settings are subsequently passed to the [sentry-sdk](https://pypi.org/proj
226226

227227
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.
228228

229-
#### Fastapi
229+
#### FastAPI
230230

231231
To bootstrap prometheus you have to provide `prometheus_metrics_path`
232232

@@ -257,7 +257,7 @@ Parameters description:
257257

258258
FastApi prometheus bootstrapper uses [prometheus-fastapi-instrumentator](https://github.com/trallnag/prometheus-fastapi-instrumentator) that's why there are three different dict for parameters.
259259

260-
#### Fastapi
260+
#### Litestar
261261

262262
To bootstrap prometheus you have to provide `prometheus_metrics_path`
263263

0 commit comments

Comments
 (0)