You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: newrelic_v2/README.adoc
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,22 @@ Replace NEW_RELIC_BEARER_TOKEN with the value of the bearer token you just gener
71
71
Finally, find the "scrape_config" configuration directive where "job_name" is "redis-enterprise".
72
72
Under "static_configs", replace REDIS_ENTERPRISE_HOST with the FQDN or hostname of your Redis Enterprise deployment.
73
73
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
+
74
90
=== Run a Prometheus Server using Docker
75
91
76
92
If you don't already have a Prometheus server, you can run Prometheus using a Docker container. This container will
0 commit comments