Skip to content

Commit

Permalink
Fix typo for filter command example (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralongit authored Nov 6, 2024
1 parent 32a8a84 commit 445ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/logzio-telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Added filters should be in the format of regex, i.e: `"metrics1|metric2"` etc.
To add a custom filter, choose to which pipeline the filter is needed, and add the filter under the `custom` key accordingly.
For example, to add a custom `namespace` keep filter to the application metric job, you can set:
```
--set prometheusFilters.namespaces.applications.custom="namesapce_1|namespace_2"
--set prometheusFilters.namespaces.applications.keep.custom="namesapce_1|namespace_2"
```

For more information, view `prometheusFitlers` in [values.yaml](https://github.com/logzio/logzio-helm/blob/master/charts/logzio-telemetry/values.yaml).
Expand Down

0 comments on commit 445ed7d

Please sign in to comment.