MCPcopy Create free account
hub / github.com/InferCore/InferCore / StatusSummary

Method StatusSummary

internal/server/server.go:675–675  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

673func (s *Server) telemetryStatus() map[string]any {
674 type statusProvider interface {
675 StatusSummary() map[string]any
676 }
677 if p, ok := s.telemetry.(statusProvider); ok {
678 return p.StatusSummary()

Callers 1

telemetryStatusMethod · 0.65

Implementers 4

OTLPHTTPStubExporterinternal/telemetry/otlp_http_stub_expo
OTLPHTTPExporterinternal/telemetry/otlp_http_exporter.
LogExporterinternal/telemetry/log_exporter.go
OtelOTLPExporterinternal/telemetry/otel_otlp_exporter.

Calls

no outgoing calls

Tested by

no test coverage detected