MCPcopy
hub / github.com/prometheus/prometheus / Delete

Method Delete

promql/engine.go:296–296  ·  view source on GitHub ↗

Delete removes query from activity tracker. InsertIndex is value returned by Insert call.

(insertIndex int)

Source from the content-addressed store, hash-verified

294
295 // Delete removes query from activity tracker. InsertIndex is value returned by Insert call.
296 Delete(insertIndex int)
297}
298
299// EngineOpts contains configuration options used when creating a new Engine.

Callers 15

gcMethod · 0.65
gcStaleSeriesMethod · 0.65
deleteSeriesByIDMethod · 0.65
DeleteMethod · 0.65
TestDeleteSimpleFunction · 0.65
TestTombstoneCleanFunction · 0.65
TestNoEmptyBlocksFunction · 0.65

Implementers 1

ActiveQueryTrackerpromql/query_logger.go

Calls

no outgoing calls