Skip to content

Commit

Permalink
docs(histogram-metrics): Updates to the doc around allowing histogram…
Browse files Browse the repository at this point in the history
… metrics (#3824)
  • Loading branch information
rnishtala-sumo committed Aug 19, 2024
1 parent 53abd5b commit ef923c9
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 154 deletions.
12 changes: 12 additions & 0 deletions docs/filtering.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,18 @@ sumologic:

## Metrics

### Allow Histogram metrics

All Histogram metrics are now dropped by default. To allow histogram metrics, please use the following regex

```yaml
sumologic:
metrics:
allowHistogramRegex: "^(apiserver_request_duration_seconds|kubelet_runtime_operations_duration_seconds)$"
```

**Note**: Please use the base metric name to allow histogram metrics.

### Filter out app metrics

We have defined some default filters to drop app metrics that are not relevant for Sumo Logic dashboards. To enable these filters, add the
Expand Down
Loading

0 comments on commit ef923c9

Please sign in to comment.