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] |