Skip to content

Commit c174cbe

Browse files
committed
added documentation for use of except.txt file
1 parent 1a2ece4 commit c174cbe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

newrelic_v2/README.adoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,22 @@ Replace NEW_RELIC_BEARER_TOKEN with the value of the bearer token you just gener
7171
Finally, find the "scrape_config" configuration directive where "job_name" is "redis-enterprise".
7272
Under "static_configs", replace REDIS_ENTERPRISE_HOST with the FQDN or hostname of your Redis Enterprise deployment.
7373

74+
Redis reports hundreds of metrics, and depending on the size of your deployment this may require large amounts of storage.
75+
In order to tailor the stored data to meet minimal requirements we have included an link:./config/except.txt[except file].
76+
The contents of this file should be used in conjunction with an except clause:
77+
78+
```
79+
transformations:
80+
- description: "General processing rules"
81+
ignore_metrics:
82+
- except:
83+
- kube_hpa_
84+
```
85+
86+
See the documentation link:https://docs.newrelic.com/docs/infrastructure/prometheus-integrations/install-configure-openmetrics/ignore-or-include-prometheus-metrics/[here]
87+
if you have further questions.
88+
89+
7490
=== Run a Prometheus Server using Docker
7591

7692
If you don't already have a Prometheus server, you can run Prometheus using a Docker container. This container will

0 commit comments

Comments
 (0)