Tempo: Added spss config - spans per span set (#74832)

* Added spss config - spans per span set

* Set default spss when calling Tempo
This commit is contained in:
Andre Pereira
2023-09-14 10:49:18 +01:00
committed by GitHub
parent c4bc90ff5b
commit dc44ac7b78
7 changed files with 34 additions and 3 deletions

View File

@@ -125,6 +125,9 @@ type TempoQuery struct {
// @deprecated Query traces by span name
SpanName *string `json:"spanName,omitempty"`
// Defines the maximum number of spans per spanset that are returned from Tempo
Spss *int64 `json:"spss,omitempty"`
}
// TempoQueryType search = Loki search, nativeSearch = Tempo search for backwards compatibility