Skip to content

Is there limit for grpc query api? #3969

Answered by yurishkuro
ianzhang1988 asked this question in Q&A
Discussion options

You must be logged in to vote

There is a search_depth you can specify in TraceQueryParameters. Each storage backend defines its own default:

$ grep -rn NumTraces ./plugin/storage | grep 'defaultNumTraces ='
./plugin/storage/cassandra/spanstore/reader.go:67:	defaultNumTraces = 100
./plugin/storage/es/spanstore/reader.go:62:	defaultNumTraces = 100
./plugin/storage/badger/spanstore/reader.go:62:	defaultNumTraces = 100

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ianzhang1988
Comment options

@yurishkuro
Comment options

@ianzhang1988
Comment options

Answer selected by ianzhang1988
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants