MON-386 update readme

This commit is contained in:
Quentin Manfroi 2019-01-22 13:19:05 +01:00
parent 0593f75d84
commit 74e0f804b7

View File

@ -63,6 +63,7 @@ https://github.com/kubernetes/ingress-nginx/pull/423/commits/1d38e3a38425f08de2f
Nginx Ingress Controller setup Nginx Ingress Controller setup
------------------------------ ------------------------------
This configuration and monitors only works for ingress controller >= 0.10 and <= 0.15.
Enable the following flags in the Nginx Ingress Controller chart Enable the following flags in the Nginx Ingress Controller chart
controller.stats.enabled=true,controller.metrics.enabled=true controller.stats.enabled=true,controller.metrics.enabled=true
and the following Datadog agent configuration for each ingress controller: and the following Datadog agent configuration for each ingress controller:
@ -87,5 +88,5 @@ datadog:
- dd_monitoring:enabled - dd_monitoring:enabled
- dd_ingress:enabled - dd_ingress:enabled
- dd_ingress_class:nginx - dd_ingress_class:nginx
- env:prod - env:ENV
``` ```