Datadog dogstatsd middleware plugin for Caddy.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Brett Langdon 13da6ff8dc initial prototype 9 years ago
vendor/github.com/datadog/datadog-go Add "datadog-go" from "https://github.com/datadog/datadog-go@master" 9 years ago
README.md initial prototype 9 years ago
handler.go initial prototype 9 years ago
setup.go initial prototype 9 years ago

README.md

caddy dogstatsd

A Caddy plugin for reporting metrics to Datadog.

Installation

Configuration

dogstatsd [{host:port} [samplerate]]
dogstatsd {
  host {host:port}
  samplerate {samplerate}
  namespace {namespace}
  tags {name:value} [{name:value}...]
}

Metrics

caddy.response.count - counter - number of requests handled caddy.response.time - histogram - milliseconds spent handling request