Versions in this module Expand all Collapse all v1 v1.20.1 Jan 15, 2020 Changes in this version + type Router struct + func New(opts ...RouterOption) *Router + func (r *Router) ServeHTTP(w http.ResponseWriter, req *http.Request) + type RouterOption func(*routerConfig) + func WithAnalytics(on bool) RouterOption + func WithAnalyticsRate(rate float64) RouterOption + func WithServiceName(name string) RouterOption + func WithSpanOptions(opts ...ddtrace.StartSpanOption) RouterOption