Skip to content

Commit c4b8d89

Browse files
Update docs/custom_detectors.md
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 6ee377a commit c4b8d89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/custom_detectors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following rules apply:
2020
## Utility Decorators
2121
The following decorators are also available, and are automatically imported into the custom_detectors.py file:
2222

23-
### `@use_instruments(instruments=[$INSTRUMENT_1, ..., $INSTRUMENT_N]`
23+
### `@use_instruments(instruments=[$INSTRUMENT_1, ..., $INSTRUMENT_N])`
2424
Use this decorator to register your own Prometheus instruments with the server's main
2525
`/metrics` registry. See the `function_that_has_prometheus_metrics` example
2626
in [custom_detectors.py](detectors/built_in/custom_detectors/custom_detectors.py) for usage.

0 commit comments

Comments
 (0)