We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ee377a commit c4b8d89Copy full SHA for c4b8d89
1 file changed
docs/custom_detectors.md
@@ -20,7 +20,7 @@ The following rules apply:
20
## Utility Decorators
21
The following decorators are also available, and are automatically imported into the custom_detectors.py file:
22
23
-### `@use_instruments(instruments=[$INSTRUMENT_1, ..., $INSTRUMENT_N]`
+### `@use_instruments(instruments=[$INSTRUMENT_1, ..., $INSTRUMENT_N])`
24
Use this decorator to register your own Prometheus instruments with the server's main
25
`/metrics` registry. See the `function_that_has_prometheus_metrics` example
26
in [custom_detectors.py](detectors/built_in/custom_detectors/custom_detectors.py) for usage.
0 commit comments