Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ ExemplarQuerier
Method
ExemplarQuerier
pkg/ingester/ingester.go:429–431 ·
view source on GitHub ↗
(ctx context.Context)
Source
from the content-addressed store, hash-verified
427
}
428
429
func
(u *userTSDB) ExemplarQuerier(ctx context.Context) (storage.ExemplarQuerier, error) {
430
return
u.db.ExemplarQuerier(ctx)
431
}
432
433
func
(u *userTSDB) Head() *tsdb.Head {
434
return
u.db.Head()
Callers
1
queryExemplars
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected