Skip to content

AzureLogsQueryBuilder🔗

Constructor🔗

new AzureLogsQueryBuilder()

Methods🔗

build🔗

Builds the object.

build()

intersectTime🔗

If set to true the intersection of time ranges specified in the query and Grafana will be used. Otherwise the query time ranges will be used. Defaults to false

intersectTime(bool $intersectTime)

query🔗

KQL query to be executed.

query(string $query)

resource🔗

@deprecated Use resources instead

resource(string $resource)

resources🔗

Array of resource URIs to be queried.

@param array $resources

resources(array $resources)

resultFormat🔗

Specifies the format results should be returned as.

resultFormat(\Grafana\Foundation\Azuremonitor\ResultFormat $resultFormat)

workspace🔗

Workspace ID. This was removed in Grafana 8, but remains for backwards compat

workspace(string $workspace)

See also🔗