Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.32 KB

QueryResult.md

File metadata and controls

22 lines (18 loc) · 1.32 KB

QueryResult

Properties

Name Type Description Notes
dimensions list[TupleResult] List of all dimension tuple results [optional]
error_message str Error message, if query execution did not finish successfully [optional]
error_type str Error type, if query execution did not finish successfully [optional]
events list[QueryEvent] [optional]
granularity int The granularity of the returned results, in seconds [optional]
name str The name of this query [optional]
query str The query used to obtain this result [optional]
spans list[Span] [optional]
stats StatsModelInternalUse [optional]
timeseries list[Timeseries] [optional]
trace_dimensions list[TupleResult] List of all tracing tuple results [optional]
traces list[Trace] [optional]
warnings str The warnings incurred by this query [optional]

[Back to Model list] [Back to API list] [Back to README]