We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51c378 commit 2e1e902Copy full SHA for 2e1e902
README.md
@@ -248,7 +248,7 @@ class YourFastApiSettings(FastApiSettings):
248
249
Parameters description:
250
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).
+- `service_name` - will be attached to metrics's names, but has to be named in [snake_case](https://en.wikipedia.org/wiki/Snake_case).
252
- `prometheus_metrics_path` - path to metrics handler.
253
- `prometheus_metrics_include_in_schema` - whether to include metrics route in OpenAPI schema.
254
- `prometheus_instrumentator_params` - will be passed to `Instrumentor` during initialization.
0 commit comments