mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user