curl_json plugin: add an example of array access to the documented uWSGI example
authorJim Radford <radford@galvanix.com>
Sat, 10 Aug 2013 19:13:09 +0000 (12:13 -0700)
committerJim Radford <radford@galvanix.com>
Sat, 10 Aug 2013 19:45:30 +0000 (12:45 -0700)
src/collectd.conf.pod

index 49dfe19..6158cb7 100644 (file)
@@ -1109,6 +1109,10 @@ socket.
       <Key "workers/*/requests">
         Type "http_requests"
       </Key>
+
+      <Key "workers/*/apps/*/requests">
+        Type "http_requests"
+      </Key>
     </Sock>
   </Plugin>