about summary refs log tree commit homepage
path: root/probes.d
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-07-19 00:15:31 +0000
committerEric Wong <normalperson@yhbt.net>2013-07-19 01:30:17 +0000
commit313a04bd35534a6cd024149d9f2c9b9487f08165 (patch)
treec7c5b3db10715ba68a9c09025c26f51785cfae42 /probes.d
parent00d234c6f9362c11938f3b67c03bf208c7638eca (diff)
downloadcmogstored-313a04bd35534a6cd024149d9f2c9b9487f08165.tar.gz
Incomplete request headers are uncommon, so if we see them,
something is probably off or strange.  This should make it
easier to maintain probe points to watch for this behavior.
Diffstat (limited to 'probes.d')
-rw-r--r--probes.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/probes.d b/probes.d
index c5f55ba..d6197d6 100644
--- a/probes.d
+++ b/probes.d
@@ -29,5 +29,7 @@ provider cmogstored {
         probe write_buffered();
 
         /* DWARF: mgmt_rbuf_grow */
+        /* DWARF: mgmt_parse_continue */
         /* DWARF: http_rbuf_grow */
+        /* DWARF: http_parse_continue */
 };