Skip to content

Commit 7416e8f

Browse files
authored
Update nginx status endpoint - default to fargate
Switch the datadog autodiscovery label so that it works with Fargate by default.
1 parent e21e38d commit 7416e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ RUN /test_uwsgi/test.sh
3838
FROM base
3939
LABEL "com.datadoghq.ad.check_names"='["nginx"]'
4040
LABEL "com.datadoghq.ad.init_configs"='[{}]'
41-
LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://%%host%%:8091/nginx_status/"}]'
41+
LABEL "com.datadoghq.ad.instances"='[{"nginx_status_url": "http://localhost:8091/nginx_status/"}]'

0 commit comments

Comments
 (0)