Versions in this module Expand all Collapse all v0 v0.5.1 Apr 5, 2019 v0.5.0 Apr 2, 2019 Changes in this version + type Reporter struct + func NewStatsReporter(ns, service, config, rev string) (*Reporter, error) + func (r *Reporter) ReportRequestCount(responseCode int, v int64) error + func (r *Reporter) ReportResponseTime(responseCode int, d time.Duration) error + type StatsReporter interface + ReportRequestCount func(responseCode int, v int64) error + ReportResponseTime func(responseCode int, d time.Duration) error