AzureMonitorQueryBuilder🔗
Constructor🔗
Methods🔗
build🔗
Builds the object.
azureLogAnalytics🔗
Azure Monitor Logs sub-query properties.
public AzureMonitorQueryBuilder azureLogAnalytics(com.grafana.foundation.cog.Builder<AzureLogsQuery> azureLogAnalytics)
azureMonitor🔗
Azure Monitor Metrics sub-query properties.
public AzureMonitorQueryBuilder azureMonitor(com.grafana.foundation.cog.Builder<AzureMetricQuery> azureMonitor)
azureResourceGraph🔗
Azure Resource Graph sub-query properties.
public AzureMonitorQueryBuilder azureResourceGraph(com.grafana.foundation.cog.Builder<AzureResourceGraphQuery> azureResourceGraph)
azureTraces🔗
Application Insights Traces sub-query properties.
public AzureMonitorQueryBuilder azureTraces(com.grafana.foundation.cog.Builder<AzureTracesQuery> azureTraces)
customNamespace🔗
Custom namespace used in template variable queries
datasource🔗
For mixed data sources the selected datasource is on the query level.
For non mixed scenarios this is undefined.
TODO find a better way to do this ^ that's friendly to schema
TODO this shouldn't be unknown but DataSourceRef | null
grafanaTemplateVariableFn🔗
@deprecated Legacy template variable support.
public AzureMonitorQueryBuilder grafanaTemplateVariableFn(GrafanaTemplateVariableQuery grafanaTemplateVariableFn)
hide🔗
If hide is set to true, Grafana will filter out the response(s) associated with this query before returning it to the panel.
namespace🔗
Namespace used in template variable queries
query🔗
Used only for exemplar queries from Prometheus
queryType🔗
Specify the query flavor
TODO make this required and give it a default
refId🔗
A unique identifier for the query within the list of targets.
In server side expressions, the refId is used as a variable name to identify results.
By default, the UI will assign A->Z; however setting meaningful names may be useful.
region🔗
Region used in template variable queries
resource🔗
Resource used in template variable queries
resourceGroup🔗
Resource group used in template variable queries
subscription🔗
Azure subscription containing the resource(s) to be queried.
Also used for template variable queries
subscriptions🔗
Subscriptions to be queried via Azure Resource Graph.