Documentation
¶
Index ¶
Constants ¶
View Source
const (
ModuleName = "observability"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MetricServer ¶
type MetricServer struct {
Log *zap.Logger
Api modshared.Api
// 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.