MCPcopy
hub / github.com/github/github-mcp-server / exporters

Struct exporters

pkg/observability/observability.go:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type exporters struct {
19 logger *slog.Logger
20 metrics metrics.Metrics
21}
22
23// NewExporters creates an Exporters bundle. Pass a configured *slog.Logger
24// (with whatever slog.Handler you need) and a Metrics implementation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected