Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
Clarify documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
geobeau committed Dec 28, 2018
1 parent 5f304bd commit a6db66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ The list of method type to trace request (default is `["POST", "GET"]`).
```python
BG_TRACING_TARGET_WHITELIST = ["sum(carbon.relays.*local*01*.*)"]
```
A whitelist system to trace only specific requests (set to None and it will trace everything)
A whitelist system to trace only specific queries (target parameter in graphite's API).
If it is set to None, it will trace everything.

To configure it, add the middleware to Django's list:
```
Expand Down

0 comments on commit a6db66f

Please sign in to comment.