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

@@ -55,6 +55,10 @@ export interface TempoQuery extends common.DataQuery {
* @deprecated Query traces by span name
*/
spanName?: string;
/**
* Defines the maximum number of spans per spanset that are returned from Tempo
*/
spss?: number;
}
export const defaultTempoQuery: Partial<TempoQuery> = {