MCPcopy
hub / github.com/prometheus/prometheus / ActiveQueryTracker

Struct ActiveQueryTracker

promql/query_logger.go:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30)
31
32type ActiveQueryTracker struct {
33 mmappedFile []byte
34 getNextIndex chan int
35 logger *slog.Logger
36 closer io.Closer
37 maxConcurrent int
38}
39
40var _ io.Closer = &ActiveQueryTracker{}
41

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected