@@ -10,14 +10,15 @@ files:
1010 options :
1111 - name : nginx_status_url
1212 required : true
13+ display_priority : 2
1314 description : |
1415 For every instance, you need an `nginx_status_url` and can optionally
1516 supply a list of tags. This plugin requires nginx to be compiled with
1617 the nginx stub status module option, and activated with the correct
1718 configuration stanza. On debian/ubuntu, this is included in the
1819 `nginx-extras` package. For more details, see:
1920
20- http ://docs.datadoghq.com/integrations/nginx/
21+ https ://docs.datadoghq.com/integrations/nginx/
2122
2223 For NGINX Plus API Release 13+ users using the http_api_module,
2324 set nginx_status_url to the location of the `/api` endpoint.
@@ -27,10 +28,10 @@ files:
2728 type : string
2829 - name : use_plus_api
2930 description : |
30- If you are using the commercial version of nginx, for releases R13 and above,
31- there is a new API to replace the extended status API.
32- See https://www.nginx.com/blog/nginx-plus-r13-released/
33- To use it set `use_plus_api` to true
31+ If you are using the commercial version of NGINX for releases R13 and above,
32+ there is a new API that replaces the extended status API.
33+ See https://www.nginx.com/blog/nginx-plus-r13-released/.
34+ To use it, set `use_plus_api` to ` true`.
3435 value :
3536 type : boolean
3637 example : false
@@ -69,12 +70,14 @@ files:
6970 - template : instances/http
7071 - template : instances/default
7172 overrides :
73+ disable_generic_tags.display_priority : 1
7274 disable_generic_tags.hidden : False
7375 disable_generic_tags.enabled : True
7476 disable_generic_tags.description : |
75- Generic tags such as `cluster` will be replaced by <integration_name>_cluster to avoid
76- getting mixed with other integration tags.
77- Note that this is only relevant to service check submissions. Metrics do not include any generic tags.
77+ Generic tags such as `cluster` will be replaced by nginx_cluster to avoid
78+ getting mixed with other integration tags. Note that this is only relevant
79+ to service check submissions. Metrics do not include any generic tags.
80+ Datadog recommends setting this to `true` to avoid confusion.
7881
7982 - template : logs
8083 example :
0 commit comments