diff options
author | Dave Henderson <dhenderson@gmail.com> | 2020-09-17 14:01:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 12:01:20 -0600 |
commit | 8ec51bbede59e1fa6ac24de3607f6e7bb3e3a654 (patch) | |
tree | f598667a352f4606979965e200eedecc9aa4e4e8 /caddyconfig/httpcaddyfile | |
parent | bc453fa6ae36287c90d2bf6941cb686490090df2 (diff) |
metrics: Initial integration of Prometheus metrics (#3709)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'caddyconfig/httpcaddyfile')
-rw-r--r-- | caddyconfig/httpcaddyfile/directives.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caddyconfig/httpcaddyfile/directives.go b/caddyconfig/httpcaddyfile/directives.go index d6af97d..9e17eeb 100644 --- a/caddyconfig/httpcaddyfile/directives.go +++ b/caddyconfig/httpcaddyfile/directives.go @@ -63,6 +63,7 @@ var directiveOrder = []string{ // handlers that typically respond to requests "respond", + "metrics", "reverse_proxy", "php_fastcgi", "file_server", |