blob: 1c2677a4d1f08b787149a71608882d6c2c580272 [file] [view]
@PLUGIN@ Configuration
=========================
The following fields can be specified in `$site_path/etc/@PLUGIN@.config` file:
File '@PLUGIN@.config'
--------------------
### Exclude metrics
```
[metrics]
exclude = caches.*
exclude = events.*
```
```metrics.exclude```
: Regex pattern used to exclude metrics from the report. It can be specified multiple times.
Note that pattern matching is done on the whole metric name, not only on a part of it.