Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Nov 20, 2024
1 parent 270582a commit 45d1fac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def custom_exemplar(request: Request[Any, Any, Any]) -> Dict[str, str]:
app_name="litestar-example",
prefix="litestar",
labels=extra_labels,
buckets=buckets, # pyright: ignore[reportArgumentType]
buckets=buckets, # pyright: ignore[reportArgumentType]
exemplars=custom_exemplar,
excluded_http_methods=["POST"],
)
Expand Down
1 change: 0 additions & 1 deletion docs/usage/metrics/prometheus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ You can also customize the configuration:
.. literalinclude:: /examples/plugins/prometheus/using_prometheus_exporter_with_extra_configs.py
:language: python
:caption: Configuring the Prometheus Exporter

0 comments on commit 45d1fac

Please sign in to comment.