summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThibault Meyer <[email protected]>2017-05-08 19:48:22 +0200
committerMatt Holt <[email protected]>2017-05-08 11:48:22 -0600
commitea24744bbf5b97f36dd6ad2280cba31ed90ec70a (patch)
tree07ceb42ee4ffb563b71c70be08b27758cf42211b
parentf06b825f4477f8070ca13b571a70ad006d4cc0c2 (diff)
downloadcaddy-ea24744bbf5b97f36dd6ad2280cba31ed90ec70a.tar.gz
caddy-ea24744bbf5b97f36dd6ad2280cba31ed90ec70a.zip
Add datadog plugin directive (#1655)
Signed-off-by: Thibault Meyer <[email protected]>
-rw-r--r--caddyhttp/httpserver/plugin.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go
index 7c652be85..13f1291f5 100644
--- a/caddyhttp/httpserver/plugin.go
+++ b/caddyhttp/httpserver/plugin.go
@@ -477,6 +477,7 @@ var directives = []string{
"pprof",
"expvar",
"push",
+ "datadog", // github.com/payintech/caddy-datadog
"prometheus", // github.com/miekg/caddy-prometheus
"proxy",
"fastcgi",