summaryrefslogtreecommitdiffstats
path: root/conf.d/python.d
diff options
context:
space:
mode:
authorIlya <ilyamaschenko@gmail.com>2017-06-08 13:47:19 +0900
committerIlya <ilyamaschenko@gmail.com>2017-06-08 13:47:19 +0900
commit351b14710b1c65a2aa6d0c1959045385b8556ad1 (patch)
treeb678ca88738bc3a6d60556ca69c6c27f4a8389a9 /conf.d/python.d
parentb6aff82786e3bc057f9b52a1630dec2bd0fac174 (diff)
web_log: module conf file update
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;
#