Documentation ¶
Index ¶
Constants ¶
View Source
const ( Prom = "prometheus" DefaultPromEndpoint = "/metrics" DogStatsD = "dogstatsd" Stdout = "stdout" Jaeger = "jaeger" DefaultJaegerEndpoint = "localhost:6831" HealthEndpoint = "/healthz" DefaultIntrospectionAddr = ":8089" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { // Server embeds a http.Server and http.ServeMux. // The http.Server will be configured with the ServeMux on successful // initialization. *http.Server *http.ServeMux // contains filtered or unexported fields }
Server provides an http server exposing Clair metrics and traces
Click to show internal directories.
Click to hide internal directories.