Skip to main content

spanquery

Overview

Namespanquery
TypeResource
Idsumologic.tracing.spanquery

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource and then invoke a supported method using the EXEC command

Methods

NameAccessible byRequired ParamsDescription
createSpanQueryINSERTdata__queryRows, data__timeRange, regionExecute a span analytics query and get the id to fetch its status and results. Use the Span Query Status endpoint to check a query status. When the query has been completed, use the Span Query Result endpoint to get the result of the asynchronous query.
cancelSpanQueryEXECqueryId, regionCancel a currently processed span search query with the given id.