Skip to content

Commit 2e1e902

Browse files
committed
fix typo
1 parent b51c378 commit 2e1e902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ class YourFastApiSettings(FastApiSettings):
248248

249249
Parameters description:
250250

251-
- `service_name` - will be attached to metric's names, but has to be named in [snake_case](https://en.wikipedia.org/wiki/Snake_case).
251+
- `service_name` - will be attached to metrics's names, but has to be named in [snake_case](https://en.wikipedia.org/wiki/Snake_case).
252252
- `prometheus_metrics_path` - path to metrics handler.
253253
- `prometheus_metrics_include_in_schema` - whether to include metrics route in OpenAPI schema.
254254
- `prometheus_instrumentator_params` - will be passed to `Instrumentor` during initialization.

0 commit comments

Comments
 (0)