MCPcopy
hub / github.com/grafana/tempo / PollNow

Method PollNow

tempodb/tempodb.go:108–108  ·  view source on GitHub ↗

PollNow does an immediate poll of the blocklist and is for testing purposes. Must have already called EnablePolling.

(ctx context.Context)

Source from the content-addressed store, hash-verified

106
107 // PollNow does an immediate poll of the blocklist and is for testing purposes. Must have already called EnablePolling.
108 PollNow(ctx context.Context)
109
110 // PollNotification returns a channel that will be closed when the blocklist
111 // is updated. The received context is used as the parent, to avoid

Calls

no outgoing calls

Tested by 5

TestPollNotificationFunction · 0.52
writeHistoricalDataFunction · 0.52