summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2017-06-08 16:03:57 +0300
committerGitHub <noreply@github.com>2017-06-08 16:03:57 +0300
commitb49244a323f983a5e9dae67497812243958ecef1 (patch)
tree7b8c83963b589840996312cf176f7ba5c8954e02 /conf.d/python.d
parentaa397106c665cc6b5e16542e16d40719d2889880 (diff)
parent351b14710b1c65a2aa6d0c1959045385b8556ad1 (diff)
Merge pull request #2301 from l2isbad/web_log_enhancements
web_log plugin: support upstreaming timing variable of nginx
Diffstat (limited to 'conf.d/python.d')
-rw-r--r--conf.d/python.d/web_log.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/python.d/web_log.conf b/conf.d/python.d/web_log.conf
index ebf53dc58e..e51b565d6a 100644
--- a/conf.d/python.d/web_log.conf
+++ b/conf.d/python.d/web_log.conf
@@ -91,7 +91,7 @@
# nginx:
# log_format netdata '$remote_addr - $remote_user [$time_local] '
# '"$request" $status $body_bytes_sent '
-# '$request_length $request_time '
+# '$request_length $request_time $upstream_response_time '
# '"$http_referer" "$http_user_agent"';
# access_log /var/log/nginx/access.log netdata;
#