1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-05-24 22:47:14 +02:00
pomerium/internal/registry/constants.go
2021-05-10 10:33:37 -06:00

10 lines
154 B
Go

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