Documentation ¶
Index ¶
Constants ¶
View Source
const (
ModuleName = "observability"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MetricServer ¶
type MetricServer struct { Tracker errortracking.Tracker Log *zap.Logger // Name is the name of the application. Name string Listener net.Listener PrometheusUrlPath string LivenessProbeUrlPath string ReadinessProbeUrlPath string Gatherer prometheus.Gatherer Registerer prometheus.Registerer LivenessProbe Probe ReadinessProbe Probe }
Click to show internal directories.
Click to hide internal directories.