MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / Monitoring

Struct Monitoring

monitoring/monitoring.go:35–40  ·  view source on GitHub ↗

Monitoring holds all monitoring service instances

Source from the content-addressed store, hash-verified

33
34// Monitoring holds all monitoring service instances
35type Monitoring struct {
36 config *Config
37 stats *stats.Stats
38
39 monitors []monitor
40}
41
42// New creates a new Monitoring instance
43func New(ctx context.Context, config *Config, workersNumber int) (*Monitoring, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected