package registry import "time" const ( // min reporting ttl minTTL = time.Second // path metrics are available at defaultMetricsPath = "/metrics" )