Files
grafana/public/app/plugins/datasource/azuremonitor/dataquery.gen.ts
Andreas Christou 63383ef545 AzureMonitor: Application Insights Traces (#64859)
* Build out barebones Traces editor

- Add Traces query type and operation ID prop to query type
- Add necessary header types
- Update resource picker to appropriately work with traces query type
- Build out TracesQueryEditor component
- Include logic to retrieve operationId's for AI Workspaces
- Add backend route mapping
- Update macro to use timestamp as default time field for traces

* AzureMonitor: Traces - Response parsing (#65442)

* Update FormatAsField component

- Add trace ResultFormat type
- Generalise FormatAsField component
- Add component to TracesQueryEditor
- Remove duplicate code in setQueryValue

* Add custom filter function to improve performance

* Add basic conversion for logs to trace

- Add serviceTags converter
- Pass through required parameters (queryType and resultFormat)
- Appropriately set visualisation

* Update parsing to also fill trace tags

- Add constant values for each table schema (include legacy mapping for now if needed)
- Add constant for list of table tags
- Set the foundation for dynamic query building
- Update query to build tags value
- Appropriately set operationName
- Update tagsConverter to filter empty values

* Fix lint and test issues

* AzureMonitor: Traces - Data links (#65566)

* Add portal link for traces

- Pull out necessary values (itemId and itemType)
- Appropriately construct
- Fix ordering

* Set default format as value

- Also set default visualisation

* Fix event schema

* Set default formatAsField value

* Include logs link on traces results

- Adapt config links to allow custom title to be set

* Correctly set operationId for query

* Update backend types

- Include OperationID in query
- Pass forward datasource name and UID

* Ensure setTime doesn't consistently get called if operationID is defined

* Add explore link

- Update util functions to allow setting custom datalinks

* Fix tests

* AzureMonitor: Traces - Query and Editor updates (#66076)

* Add initial query

- Will query the resource as soon as a resource has been selected
- Updates the data links for the query without operationId
- Remove initial operationId query and timeRange dependency
- Update query building

* Add entirely separate traces query property

- Update shared types (also including future types for Azure traces)
- Update backend log analytics datasource to accept both azureLogAnalytics and azureTraces queries
- Update backend specific types
- Update frontend datasource for new properties
- Update mock query

* Update FormatAsField to be entirely generic

* Update query building to be done in backend

- Add required mappings in backend
- Update frontend querying

* Fix query and explore data link

* Add trace type selection

* Better method for setting explore link

* Fix operationId updating

* Run go mod tidy

* Unnecessary changes

* Fix tests

* AzureMonitor: Traces - Add correlation API support (#65855)

Add correlation API support

- Add necessary types
- Add correlation API request when conditions are met
- Update query

* Fix property from merge

* AzureMonitor: Traces - Filtering (#66303)

* Add initial query

- Will query the resource as soon as a resource has been selected
- Updates the data links for the query without operationId
- Remove initial operationId query and timeRange dependency
- Update query building

* Add entirely separate traces query property

- Update shared types (also including future types for Azure traces)
- Update backend log analytics datasource to accept both azureLogAnalytics and azureTraces queries
- Update backend specific types
- Update frontend datasource for new properties
- Update mock query

* Update FormatAsField to be entirely generic

* Update query building to be done in backend

- Add required mappings in backend
- Update frontend querying

* Fix query and explore data link

* Add trace type selection

* Better method for setting explore link

* Fix operationId updating

* Run go mod tidy

* Unnecessary changes

* Fix tests

* Start building out Filters component

- Configure component to query for Filter property values when a filter property is set
- Add setFilters function
- Add typing to tablesSchema
- Use component in TracesQueryEditor

* Update Filters

- Asynchronously pull property options
- Setup list of Filter components

* Update filters component

- Remove unused imports
- Have local filters state and query filters
- Correctly set filters values
- Don't update query every time a filter property changes (not performant)

* Update properties query

- Use current timeRange
- Get count to provide informative labels

* Reset map when time changes

* Add operation selection

* Reset filters when property changes

* Appropriate label name for empty values

* Add filtering to query

* Update filter components

- Fix rendering issue
- Correctly compare and update timeRange
- Split out files for simplicity

* Add checkbox option to multiselect

- Add custom option component
- Correctly call onChange
- Add variableOptionGroup for template variable selection

* Fix adding template vars

* Improve labels and refresh labels on query prop changes

* AzureMonitor: Traces - Testing (#66474)

* Select ds for template variable interpolation

* Update az logs ds tests

- Add templateVariables test
- Add filter test
- Update mock
- Remove anys

* Update QueryEditor test

- Update mocks with timeSrv for log analytics datasource
- Fix query mock
- Use appropriate and consistent selectors

* Add TracesQueryEditor test

- Update resourcePickerRows mock to include app insights resources
- Remove comments and extra new line

* Add FormatAsField test

- Remove unneeded condition

* Update resourcePicker utils test

* Don't hide selected options in filters

* Fix multi-selection on filters

* Add TraceTypeField test

- Add test file
- Update selectors (remove copy/paste mistake)
- Update placeholder text for select and add label

* Add basic filters test

* Begin filters test

* Update filters test

* Add final tests and simplify/generalise addFilter helper

* Minor update to datasource test

* Update macros test

* Update selectors in tests

* Add response-table-frame tests

* Add datasource tests

- Use sorting where JSON models are inconsistent
- Update filters clause
- Dedupe tags
- Correct operationId conditions

* Don't set a default value for blurInputOnSelect

* Simplify datasource test

* Update to use CheckGoldenJSON utils

- Update with generated frame files
- Remove redundant expected frame code
- Update all usages

* Fix lint

* AzureMonitor: Traces feedback (#67292)

* Filter traces if the visualisation is set to trace

- Update build query logic
- Added additional test cases
- Return an error if the traces type is set by itself with the trace visualisation
- Add descriptions to event types
- Update tests

* Fix bug for error displaying traces

* Update mappings and add error field

- Update tests
- Remove unnecessary comments

* Switch location of Operation ID field

* Re-order fields

* Update link title

* Update label for event type selection

* Update correct link title

* Update logs datalink to link to Azure Logs in explore

* Fix lint
2023-04-27 20:24:11 +01:00

365 lines
9.4 KiB
TypeScript

// Code generated - EDITING IS FUTILE. DO NOT EDIT.
//
// Generated by:
// public/app/plugins/gen.go
// Using jennies:
// TSTypesJenny
// PluginTSTypesJenny
//
// Run 'make gen-cue' from repository root to regenerate.
import * as common from '@grafana/schema';
export const DataQueryModelVersion = Object.freeze([0, 0]);
export interface AzureMonitorQuery extends common.DataQuery {
/**
* Azure Monitor Logs sub-query properties.
*/
azureLogAnalytics?: AzureLogsQuery;
/**
* Azure Monitor Metrics sub-query properties.
*/
azureMonitor?: AzureMetricQuery;
/**
* Azure Resource Graph sub-query properties.
*/
azureResourceGraph?: AzureResourceGraphQuery;
/**
* Application Insights Traces sub-query properties.
*/
azureTraces?: AzureTracesQuery;
/**
* @deprecated Legacy template variable support.
*/
grafanaTemplateVariableFn?: GrafanaTemplateVariableQuery;
namespace?: string;
/**
* Azure Monitor query type.
* queryType: #AzureQueryType
*/
region?: string;
resource?: string;
/**
* Template variables params. These exist for backwards compatiblity with legacy template variables.
*/
resourceGroup?: string;
/**
* Azure subscription containing the resource(s) to be queried.
*/
subscription?: string;
/**
* Subscriptions to be queried via Azure Resource Graph.
*/
subscriptions?: Array<string>;
}
export const defaultAzureMonitorQuery: Partial<AzureMonitorQuery> = {
subscriptions: [],
};
/**
* Defines the supported queryTypes. GrafanaTemplateVariableFn is deprecated
*/
export enum AzureQueryType {
AzureMonitor = 'Azure Monitor',
AzureResourceGraph = 'Azure Resource Graph',
AzureTraces = 'Azure Traces',
GrafanaTemplateVariableFn = 'Grafana Template Variable Function',
LocationsQuery = 'Azure Regions',
LogAnalytics = 'Azure Log Analytics',
MetricNamesQuery = 'Azure Metric Names',
NamespacesQuery = 'Azure Namespaces',
ResourceGroupsQuery = 'Azure Resource Groups',
ResourceNamesQuery = 'Azure Resource Names',
SubscriptionsQuery = 'Azure Subscriptions',
WorkspacesQuery = 'Azure Workspaces',
}
export interface AzureMetricQuery {
/**
* The aggregation to be used within the query. Defaults to the primaryAggregationType defined by the metric.
*/
aggregation?: string;
/**
* Aliases can be set to modify the legend labels. e.g. {{ resourceGroup }}. See docs for more detail.
*/
alias?: string;
/**
* Time grains that are supported by the metric.
*/
allowedTimeGrainsMs?: Array<number>;
/**
* Used as the value for the metricNamespace property when it's different from the resource namespace.
*/
customNamespace?: string;
/**
* @deprecated This property was migrated to dimensionFilters and should only be accessed in the migration
*/
dimension?: string;
/**
* @deprecated This property was migrated to dimensionFilters and should only be accessed in the migration
*/
dimensionFilter?: string;
/**
* Filters to reduce the set of data returned. Dimensions that can be filtered on are defined by the metric.
*/
dimensionFilters?: Array<AzureMetricDimension>;
/**
* @deprecated Use metricNamespace instead
*/
metricDefinition?: string;
/**
* The metric to query data for within the specified metricNamespace. e.g. UsedCapacity
*/
metricName?: string;
/**
* metricNamespace is used as the resource type (or resource namespace).
* It's usually equal to the target metric namespace. e.g. microsoft.storage/storageaccounts
* Kept the name of the variable as metricNamespace to avoid backward incompatibility issues.
*/
metricNamespace?: string;
/**
* The Azure region containing the resource(s).
*/
region?: string;
/**
* @deprecated Use resources instead
*/
resourceGroup?: string;
/**
* @deprecated Use resources instead
*/
resourceName?: string;
/**
* @deprecated Use resourceGroup, resourceName and metricNamespace instead
*/
resourceUri?: string;
/**
* Array of resource URIs to be queried.
*/
resources?: Array<AzureMonitorResource>;
/**
* The granularity of data points to be queried. Defaults to auto.
*/
timeGrain?: string;
/**
* @deprecated
*/
timeGrainUnit?: string;
/**
* Maximum number of records to return. Defaults to 10.
*/
top?: string;
}
export const defaultAzureMetricQuery: Partial<AzureMetricQuery> = {
allowedTimeGrainsMs: [],
dimensionFilters: [],
resources: [],
};
/**
* Azure Monitor Logs sub-query properties
*/
export interface AzureLogsQuery {
/**
* KQL query to be executed.
*/
query?: string;
/**
* @deprecated Use resources instead
*/
resource?: string;
/**
* Array of resource URIs to be queried.
*/
resources?: Array<string>;
/**
* Specifies the format results should be returned as.
*/
resultFormat?: ResultFormat;
/**
* Workspace ID. This was removed in Grafana 8, but remains for backwards compat
*/
workspace?: string;
}
export const defaultAzureLogsQuery: Partial<AzureLogsQuery> = {
resources: [],
};
/**
* Application Insights Traces sub-query properties
*/
export interface AzureTracesQuery {
/**
* Filters for property values.
*/
filters?: Array<AzureTracesFilter>;
/**
* Operation ID. Used only for Traces queries.
*/
operationId?: string;
/**
* KQL query to be executed.
*/
query?: string;
/**
* Array of resource URIs to be queried.
*/
resources?: Array<string>;
/**
* Specifies the format results should be returned as.
*/
resultFormat?: ResultFormat;
/**
* Types of events to filter by.
*/
traceTypes?: Array<string>;
}
export const defaultAzureTracesQuery: Partial<AzureTracesQuery> = {
filters: [],
resources: [],
traceTypes: [],
};
export interface AzureTracesFilter {
/**
* Values to filter by.
*/
filters: Array<string>;
/**
* Comparison operator to use. Either equals or not equals.
*/
operation: string;
/**
* Property name, auto-populated based on available traces.
*/
property: string;
}
export const defaultAzureTracesFilter: Partial<AzureTracesFilter> = {
filters: [],
};
export enum ResultFormat {
Table = 'table',
TimeSeries = 'time_series',
Trace = 'trace',
}
export interface AzureResourceGraphQuery {
/**
* Azure Resource Graph KQL query to be executed.
*/
query?: string;
/**
* Specifies the format results should be returned as. Defaults to table.
*/
resultFormat?: string;
}
export interface AzureMonitorResource {
metricNamespace?: string;
region?: string;
resourceGroup?: string;
resourceName?: string;
subscription?: string;
}
export interface AzureMetricDimension {
/**
* Name of Dimension to be filtered on.
*/
dimension?: string;
/**
* @deprecated filter is deprecated in favour of filters to support multiselect.
*/
filter?: string;
/**
* Values to match with the filter.
*/
filters?: Array<string>;
/**
* String denoting the filter operation. Supports 'eq' - equals,'ne' - not equals, 'sw' - starts with. Note that some dimensions may not support all operators.
*/
operator?: string;
}
export const defaultAzureMetricDimension: Partial<AzureMetricDimension> = {
filters: [],
};
export type GrafanaTemplateVariableQueryType = ('AppInsightsMetricNameQuery' | 'AppInsightsGroupByQuery' | 'SubscriptionsQuery' | 'ResourceGroupsQuery' | 'ResourceNamesQuery' | 'MetricNamespaceQuery' | 'MetricNamesQuery' | 'WorkspacesQuery' | 'UnknownQuery');
export interface BaseGrafanaTemplateVariableQuery {
rawQuery?: string;
}
export interface UnknownQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'UnknownQuery';
}
export interface AppInsightsMetricNameQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'AppInsightsMetricNameQuery';
}
export interface AppInsightsGroupByQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'AppInsightsGroupByQuery';
metricName: string;
}
export interface SubscriptionsQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'SubscriptionsQuery';
}
export interface ResourceGroupsQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'ResourceGroupsQuery';
subscription: string;
}
export interface ResourceNamesQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'ResourceNamesQuery';
metricNamespace: string;
resourceGroup: string;
subscription: string;
}
export interface MetricNamespaceQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'MetricNamespaceQuery';
metricNamespace?: string;
resourceGroup: string;
resourceName?: string;
subscription: string;
}
/**
* @deprecated Use MetricNamespaceQuery instead
*/
export interface MetricDefinitionsQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'MetricDefinitionsQuery';
metricNamespace?: string;
resourceGroup: string;
resourceName?: string;
subscription: string;
}
export interface MetricNamesQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'MetricNamesQuery';
metricNamespace: string;
resourceGroup: string;
resourceName: string;
subscription: string;
}
export interface WorkspacesQuery extends BaseGrafanaTemplateVariableQuery {
kind: 'WorkspacesQuery';
subscription: string;
}
export type GrafanaTemplateVariableQuery = (AppInsightsMetricNameQuery | AppInsightsGroupByQuery | SubscriptionsQuery | ResourceGroupsQuery | ResourceNamesQuery | MetricNamespaceQuery | MetricDefinitionsQuery | MetricNamesQuery | WorkspacesQuery | UnknownQuery);
export interface AzureMonitor {}