coralogix 2.0.20 published on Tuesday, May 20, 2025 by coralogix
coralogix.getDashboard
coralogix 2.0.20 published on Tuesday, May 20, 2025 by coralogix
Using getDashboard
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDashboard(args: GetDashboardArgs, opts?: InvokeOptions): Promise<GetDashboardResult>
function getDashboardOutput(args: GetDashboardOutputArgs, opts?: InvokeOptions): Output<GetDashboardResult>def get_dashboard(id: Optional[str] = None,
                  opts: Optional[InvokeOptions] = None) -> GetDashboardResult
def get_dashboard_output(id: Optional[pulumi.Input[str]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetDashboardResult]func LookupDashboard(ctx *Context, args *LookupDashboardArgs, opts ...InvokeOption) (*LookupDashboardResult, error)
func LookupDashboardOutput(ctx *Context, args *LookupDashboardOutputArgs, opts ...InvokeOption) LookupDashboardResultOutput> Note: This function is named LookupDashboard in the Go SDK.
public static class GetDashboard 
{
    public static Task<GetDashboardResult> InvokeAsync(GetDashboardArgs args, InvokeOptions? opts = null)
    public static Output<GetDashboardResult> Invoke(GetDashboardInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDashboardResult> getDashboard(GetDashboardArgs args, InvokeOptions options)
public static Output<GetDashboardResult> getDashboard(GetDashboardArgs args, InvokeOptions options)
fn::invoke:
  function: coralogix:index/getDashboard:getDashboard
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- Unique identifier for the dashboard.
- Id string
- Unique identifier for the dashboard.
- id String
- Unique identifier for the dashboard.
- id string
- Unique identifier for the dashboard.
- id str
- Unique identifier for the dashboard.
- id String
- Unique identifier for the dashboard.
getDashboard Result
The following output properties are available:
- Annotations
List<GetDashboard Annotation> 
- AutoRefresh GetDashboard Auto Refresh 
- ContentJson string
- an option to set the dashboard content from a json file. NB: this is not fully compatible with the json that gets exported from the Coralogix UI.
- Description string
- Brief description or summary of the dashboard's purpose or content.
- Filters
List<GetDashboard Filter> 
- List of filters that can be applied to the dashboard's data.
- Folder
GetDashboard Folder 
- Id string
- Unique identifier for the dashboard.
- Layout
GetDashboard Layout 
- Layout configuration for the dashboard's visual elements.
- Name string
- Display name of the dashboard.
- TimeFrame GetDashboard Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- Variables
List<GetDashboard Variable> 
- List of variables that can be used within the dashboard for dynamic content.
- Annotations
[]GetDashboard Annotation 
- AutoRefresh GetDashboard Auto Refresh 
- ContentJson string
- an option to set the dashboard content from a json file. NB: this is not fully compatible with the json that gets exported from the Coralogix UI.
- Description string
- Brief description or summary of the dashboard's purpose or content.
- Filters
[]GetDashboard Filter 
- List of filters that can be applied to the dashboard's data.
- Folder
GetDashboard Folder 
- Id string
- Unique identifier for the dashboard.
- Layout
GetDashboard Layout 
- Layout configuration for the dashboard's visual elements.
- Name string
- Display name of the dashboard.
- TimeFrame GetDashboard Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- Variables
[]GetDashboard Variable 
- List of variables that can be used within the dashboard for dynamic content.
- annotations
List<GetDashboard Annotation> 
- autoRefresh GetDashboard Auto Refresh 
- contentJson String
- an option to set the dashboard content from a json file. NB: this is not fully compatible with the json that gets exported from the Coralogix UI.
- description String
- Brief description or summary of the dashboard's purpose or content.
- filters
List<GetDashboard Filter> 
- List of filters that can be applied to the dashboard's data.
- folder
GetDashboard Folder 
- id String
- Unique identifier for the dashboard.
- layout
GetDashboard Layout 
- Layout configuration for the dashboard's visual elements.
- name String
- Display name of the dashboard.
- timeFrame GetDashboard Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- variables
List<GetDashboard Variable> 
- List of variables that can be used within the dashboard for dynamic content.
- annotations
GetDashboard Annotation[] 
- autoRefresh GetDashboard Auto Refresh 
- contentJson string
- an option to set the dashboard content from a json file. NB: this is not fully compatible with the json that gets exported from the Coralogix UI.
- description string
- Brief description or summary of the dashboard's purpose or content.
- filters
GetDashboard Filter[] 
- List of filters that can be applied to the dashboard's data.
- folder
GetDashboard Folder 
- id string
- Unique identifier for the dashboard.
- layout
GetDashboard Layout 
- Layout configuration for the dashboard's visual elements.
- name string
- Display name of the dashboard.
- timeFrame GetDashboard Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- variables
GetDashboard Variable[] 
- List of variables that can be used within the dashboard for dynamic content.
- annotations
Sequence[GetDashboard Annotation] 
- auto_refresh GetDashboard Auto Refresh 
- content_json str
- an option to set the dashboard content from a json file. NB: this is not fully compatible with the json that gets exported from the Coralogix UI.
- description str
- Brief description or summary of the dashboard's purpose or content.
- filters
Sequence[GetDashboard Filter] 
- List of filters that can be applied to the dashboard's data.
- folder
GetDashboard Folder 
- id str
- Unique identifier for the dashboard.
- layout
GetDashboard Layout 
- Layout configuration for the dashboard's visual elements.
- name str
- Display name of the dashboard.
- time_frame GetDashboard Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- variables
Sequence[GetDashboard Variable] 
- List of variables that can be used within the dashboard for dynamic content.
- annotations List<Property Map>
- autoRefresh Property Map
- contentJson String
- an option to set the dashboard content from a json file. NB: this is not fully compatible with the json that gets exported from the Coralogix UI.
- description String
- Brief description or summary of the dashboard's purpose or content.
- filters List<Property Map>
- List of filters that can be applied to the dashboard's data.
- folder Property Map
- id String
- Unique identifier for the dashboard.
- layout Property Map
- Layout configuration for the dashboard's visual elements.
- name String
- Display name of the dashboard.
- timeFrame Property Map
- Specifies the time frame. Can be either absolute or relative.
- variables List<Property Map>
- List of variables that can be used within the dashboard for dynamic content.
Supporting Types
GetDashboardAnnotation  
- Enabled bool
- Id string
- Name string
- Source
GetDashboard Annotation Source 
- Enabled bool
- Id string
- Name string
- Source
GetDashboard Annotation Source 
- enabled Boolean
- id String
- name String
- source
GetDashboard Annotation Source 
- enabled boolean
- id string
- name string
- source
GetDashboard Annotation Source 
- enabled bool
- id str
- name str
- source
GetDashboard Annotation Source 
- enabled Boolean
- id String
- name String
- source Property Map
GetDashboardAnnotationSource   
GetDashboardAnnotationSourceLogs    
GetDashboardAnnotationSourceLogsLabelField      
GetDashboardAnnotationSourceLogsStrategy     
GetDashboardAnnotationSourceLogsStrategyDuration      
GetDashboardAnnotationSourceLogsStrategyDurationDurationField        
GetDashboardAnnotationSourceLogsStrategyDurationStartTimestampField         
GetDashboardAnnotationSourceLogsStrategyInstant      
GetDashboardAnnotationSourceLogsStrategyInstantTimestampField        
GetDashboardAnnotationSourceLogsStrategyRange      
GetDashboardAnnotationSourceLogsStrategyRangeEndTimestampField         
GetDashboardAnnotationSourceLogsStrategyRangeStartTimestampField         
GetDashboardAnnotationSourceMetrics    
- Labels List<string>
- MessageTemplate string
- PromqlQuery string
- Strategy
GetDashboard Annotation Source Metrics Strategy 
- Labels []string
- MessageTemplate string
- PromqlQuery string
- Strategy
GetDashboard Annotation Source Metrics Strategy 
- labels List<String>
- messageTemplate String
- promqlQuery String
- strategy
GetDashboard Annotation Source Metrics Strategy 
- labels string[]
- messageTemplate string
- promqlQuery string
- strategy
GetDashboard Annotation Source Metrics Strategy 
- labels Sequence[str]
- message_template str
- promql_query str
- strategy
GetDashboard Annotation Source Metrics Strategy 
- labels List<String>
- messageTemplate String
- promqlQuery String
- strategy Property Map
GetDashboardAnnotationSourceMetricsStrategy     
GetDashboardAnnotationSourceSpans    
GetDashboardAnnotationSourceSpansLabelField      
GetDashboardAnnotationSourceSpansStrategy     
GetDashboardAnnotationSourceSpansStrategyDuration      
GetDashboardAnnotationSourceSpansStrategyDurationDurationField        
GetDashboardAnnotationSourceSpansStrategyDurationStartTimestampField         
GetDashboardAnnotationSourceSpansStrategyInstant      
GetDashboardAnnotationSourceSpansStrategyInstantTimestampField        
GetDashboardAnnotationSourceSpansStrategyRange      
GetDashboardAnnotationSourceSpansStrategyRangeEndTimestampField         
GetDashboardAnnotationSourceSpansStrategyRangeStartTimestampField         
GetDashboardAutoRefresh   
- Type string
- Type string
- type String
- type string
- type str
- type String
GetDashboardFilter  
- collapsed Boolean
- enabled Boolean
- source
GetDashboard Filter Source 
- collapsed boolean
- enabled boolean
- source
GetDashboard Filter Source 
- collapsed Boolean
- enabled Boolean
- source Property Map
GetDashboardFilterSource   
GetDashboardFilterSourceLogs    
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Filter Source Logs Observation Field 
- Operator
GetDashboard Filter Source Logs Operator 
- Operator to use for filtering.
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Filter Source Logs Observation Field 
- Operator
GetDashboard Filter Source Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField GetDashboard Filter Source Logs Observation Field 
- operator
GetDashboard Filter Source Logs Operator 
- Operator to use for filtering.
- field string
- Field in the logs to apply the filter on.
- observationField GetDashboard Filter Source Logs Observation Field 
- operator
GetDashboard Filter Source Logs Operator 
- Operator to use for filtering.
- field str
- Field in the logs to apply the filter on.
- observation_field GetDashboard Filter Source Logs Observation Field 
- operator
GetDashboard Filter Source Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardFilterSourceLogsObservationField      
GetDashboardFilterSourceLogsOperator     
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardFilterSourceMetrics    
- Label string
- MetricName string
- Operator
GetDashboard Filter Source Metrics Operator 
- Operator to use for filtering.
- Label string
- MetricName string
- Operator
GetDashboard Filter Source Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator
GetDashboard Filter Source Metrics Operator 
- Operator to use for filtering.
- label string
- metricName string
- operator
GetDashboard Filter Source Metrics Operator 
- Operator to use for filtering.
- label str
- metric_name str
- operator
GetDashboard Filter Source Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator Property Map
- Operator to use for filtering.
GetDashboardFilterSourceMetricsOperator     
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardFilterSourceSpans    
- Field
GetDashboard Filter Source Spans Field 
- Operator
GetDashboard Filter Source Spans Operator 
- Operator to use for filtering.
- Field
GetDashboard Filter Source Spans Field 
- Operator
GetDashboard Filter Source Spans Operator 
- Operator to use for filtering.
- field
GetDashboard Filter Source Spans Field 
- operator
GetDashboard Filter Source Spans Operator 
- Operator to use for filtering.
- field
GetDashboard Filter Source Spans Field 
- operator
GetDashboard Filter Source Spans Operator 
- Operator to use for filtering.
- field
GetDashboard Filter Source Spans Field 
- operator
GetDashboard Filter Source Spans Operator 
- Operator to use for filtering.
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardFilterSourceSpansField     
GetDashboardFilterSourceSpansOperator     
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardFolder  
GetDashboardLayout  
GetDashboardLayoutSection   
GetDashboardLayoutSectionOptions    
- Collapsed bool
- Color string
- Section color, valid values: [unspecified cyan green blue purple magenta pink orange]
- Description string
- Name string
- Collapsed bool
- Color string
- Section color, valid values: [unspecified cyan green blue purple magenta pink orange]
- Description string
- Name string
- collapsed Boolean
- color String
- Section color, valid values: [unspecified cyan green blue purple magenta pink orange]
- description String
- name String
- collapsed boolean
- color string
- Section color, valid values: [unspecified cyan green blue purple magenta pink orange]
- description string
- name string
- collapsed bool
- color str
- Section color, valid values: [unspecified cyan green blue purple magenta pink orange]
- description str
- name str
- collapsed Boolean
- color String
- Section color, valid values: [unspecified cyan green blue purple magenta pink orange]
- description String
- name String
GetDashboardLayoutSectionRow    
- Height double
- The height of the row.
- Id string
- Widgets
List<GetDashboard Layout Section Row Widget> 
- The list of widgets to display in the dashboard.
- Height float64
- The height of the row.
- Id string
- Widgets
[]GetDashboard Layout Section Row Widget 
- The list of widgets to display in the dashboard.
- height Double
- The height of the row.
- id String
- widgets
List<GetDashboard Layout Section Row Widget> 
- The list of widgets to display in the dashboard.
- height number
- The height of the row.
- id string
- widgets
GetDashboard Layout Section Row Widget[] 
- The list of widgets to display in the dashboard.
- height float
- The height of the row.
- id str
- widgets
Sequence[GetDashboard Layout Section Row Widget] 
- The list of widgets to display in the dashboard.
- height Number
- The height of the row.
- id String
- widgets List<Property Map>
- The list of widgets to display in the dashboard.
GetDashboardLayoutSectionRowWidget     
- Definition
GetDashboard Layout Section Row Widget Definition 
- The widget definition. Can contain one of [datatable gauge hexagon linechart piechart barchart horizontalbarchart markdown]
- Description string
- Widget description.
- Id string
- Title string
- Widget title. Required for all widgets except markdown.
- Width double
- The width of the chart.
- Definition
GetDashboard Layout Section Row Widget Definition 
- The widget definition. Can contain one of [datatable gauge hexagon linechart piechart barchart horizontalbarchart markdown]
- Description string
- Widget description.
- Id string
- Title string
- Widget title. Required for all widgets except markdown.
- Width float64
- The width of the chart.
- definition
GetDashboard Layout Section Row Widget Definition 
- The widget definition. Can contain one of [datatable gauge hexagon linechart piechart barchart horizontalbarchart markdown]
- description String
- Widget description.
- id String
- title String
- Widget title. Required for all widgets except markdown.
- width Double
- The width of the chart.
- definition
GetDashboard Layout Section Row Widget Definition 
- The widget definition. Can contain one of [datatable gauge hexagon linechart piechart barchart horizontalbarchart markdown]
- description string
- Widget description.
- id string
- title string
- Widget title. Required for all widgets except markdown.
- width number
- The width of the chart.
- definition
GetDashboard Layout Section Row Widget Definition 
- The widget definition. Can contain one of [datatable gauge hexagon linechart piechart barchart horizontalbarchart markdown]
- description str
- Widget description.
- id str
- title str
- Widget title. Required for all widgets except markdown.
- width float
- The width of the chart.
- definition Property Map
- The widget definition. Can contain one of [datatable gauge hexagon linechart piechart barchart horizontalbarchart markdown]
- description String
- Widget description.
- id String
- title String
- Widget title. Required for all widgets except markdown.
- width Number
- The width of the chart.
GetDashboardLayoutSectionRowWidgetDefinition      
- BarChart GetDashboard Layout Section Row Widget Definition Bar Chart 
- DataTable GetDashboard Layout Section Row Widget Definition Data Table 
- Gauge
GetDashboard Layout Section Row Widget Definition Gauge 
- Hexagon
GetDashboard Layout Section Row Widget Definition Hexagon 
- HorizontalBar GetChart Dashboard Layout Section Row Widget Definition Horizontal Bar Chart 
- LineChart GetDashboard Layout Section Row Widget Definition Line Chart 
- Markdown
GetDashboard Layout Section Row Widget Definition Markdown 
- PieChart GetDashboard Layout Section Row Widget Definition Pie Chart 
- BarChart GetDashboard Layout Section Row Widget Definition Bar Chart 
- DataTable GetDashboard Layout Section Row Widget Definition Data Table 
- Gauge
GetDashboard Layout Section Row Widget Definition Gauge 
- Hexagon
GetDashboard Layout Section Row Widget Definition Hexagon 
- HorizontalBar GetChart Dashboard Layout Section Row Widget Definition Horizontal Bar Chart 
- LineChart GetDashboard Layout Section Row Widget Definition Line Chart 
- Markdown
GetDashboard Layout Section Row Widget Definition Markdown 
- PieChart GetDashboard Layout Section Row Widget Definition Pie Chart 
- barChart GetDashboard Layout Section Row Widget Definition Bar Chart 
- dataTable GetDashboard Layout Section Row Widget Definition Data Table 
- gauge
GetDashboard Layout Section Row Widget Definition Gauge 
- hexagon
GetDashboard Layout Section Row Widget Definition Hexagon 
- horizontalBar GetChart Dashboard Layout Section Row Widget Definition Horizontal Bar Chart 
- lineChart GetDashboard Layout Section Row Widget Definition Line Chart 
- markdown
GetDashboard Layout Section Row Widget Definition Markdown 
- pieChart GetDashboard Layout Section Row Widget Definition Pie Chart 
- barChart GetDashboard Layout Section Row Widget Definition Bar Chart 
- dataTable GetDashboard Layout Section Row Widget Definition Data Table 
- gauge
GetDashboard Layout Section Row Widget Definition Gauge 
- hexagon
GetDashboard Layout Section Row Widget Definition Hexagon 
- horizontalBar GetChart Dashboard Layout Section Row Widget Definition Horizontal Bar Chart 
- lineChart GetDashboard Layout Section Row Widget Definition Line Chart 
- markdown
GetDashboard Layout Section Row Widget Definition Markdown 
- pieChart GetDashboard Layout Section Row Widget Definition Pie Chart 
- bar_chart GetDashboard Layout Section Row Widget Definition Bar Chart 
- data_table GetDashboard Layout Section Row Widget Definition Data Table 
- gauge
GetDashboard Layout Section Row Widget Definition Gauge 
- hexagon
GetDashboard Layout Section Row Widget Definition Hexagon 
- horizontal_bar_ Getchart Dashboard Layout Section Row Widget Definition Horizontal Bar Chart 
- line_chart GetDashboard Layout Section Row Widget Definition Line Chart 
- markdown
GetDashboard Layout Section Row Widget Definition Markdown 
- pie_chart GetDashboard Layout Section Row Widget Definition Pie Chart 
GetDashboardLayoutSectionRowWidgetDefinitionBarChart        
- ColorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- ColorsBy string
- DataMode stringType 
- GroupName stringTemplate 
- MaxBars doublePer Chart 
- Query
GetDashboard Layout Section Row Widget Definition Bar Chart Query 
- ScaleType string
- SortBy string
- The field to sort by. Can be one of name, unspecified, value.
- StackDefinition GetDashboard Layout Section Row Widget Definition Bar Chart Stack Definition 
- Unit string
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- Xaxis
GetDashboard Layout Section Row Widget Definition Bar Chart Xaxis 
- ColorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- ColorsBy string
- DataMode stringType 
- GroupName stringTemplate 
- MaxBars float64Per Chart 
- Query
GetDashboard Layout Section Row Widget Definition Bar Chart Query 
- ScaleType string
- SortBy string
- The field to sort by. Can be one of name, unspecified, value.
- StackDefinition GetDashboard Layout Section Row Widget Definition Bar Chart Stack Definition 
- Unit string
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- Xaxis
GetDashboard Layout Section Row Widget Definition Bar Chart Xaxis 
- colorScheme String
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colorsBy String
- dataMode StringType 
- groupName StringTemplate 
- maxBars DoublePer Chart 
- query
GetDashboard Layout Section Row Widget Definition Bar Chart Query 
- scaleType String
- sortBy String
- The field to sort by. Can be one of name, unspecified, value.
- stackDefinition GetDashboard Layout Section Row Widget Definition Bar Chart Stack Definition 
- unit String
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- xaxis
GetDashboard Layout Section Row Widget Definition Bar Chart Xaxis 
- colorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colorsBy string
- dataMode stringType 
- groupName stringTemplate 
- maxBars numberPer Chart 
- query
GetDashboard Layout Section Row Widget Definition Bar Chart Query 
- scaleType string
- sortBy string
- The field to sort by. Can be one of name, unspecified, value.
- stackDefinition GetDashboard Layout Section Row Widget Definition Bar Chart Stack Definition 
- unit string
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- xaxis
GetDashboard Layout Section Row Widget Definition Bar Chart Xaxis 
- color_scheme str
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colors_by str
- data_mode_ strtype 
- group_name_ strtemplate 
- max_bars_ floatper_ chart 
- query
GetDashboard Layout Section Row Widget Definition Bar Chart Query 
- scale_type str
- sort_by str
- The field to sort by. Can be one of name, unspecified, value.
- stack_definition GetDashboard Layout Section Row Widget Definition Bar Chart Stack Definition 
- unit str
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- xaxis
GetDashboard Layout Section Row Widget Definition Bar Chart Xaxis 
- colorScheme String
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colorsBy String
- dataMode StringType 
- groupName StringTemplate 
- maxBars NumberPer Chart 
- query Property Map
- scaleType String
- sortBy String
- The field to sort by. Can be one of name, unspecified, value.
- stackDefinition Property Map
- unit String
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- xaxis Property Map
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuery         
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrime           
- filters List<Property Map>
- groupNames List<String>
- query String
- stackedGroup StringName 
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilter            
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterLogs             
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field string
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field str
- Field in the logs to apply the filter on.
- observation_field GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterLogsObservationField               
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterLogsOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterMetrics             
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label string
- metricName string
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label str
- metric_name str
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterMetricsOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterSpans             
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterSpansField              
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataPrimeFilterSpansOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogs          
- Aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation 
- Filters
List<GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Filter> 
- GroupNames List<string>
- GroupNames List<GetFields Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Group Names Field> 
- LuceneQuery string
- StackedGroup stringName 
- StackedGroup GetName Field Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Stacked Group Name Field 
- Aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation 
- Filters
[]GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Filter 
- GroupNames []string
- GroupNames []GetFields Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Group Names Field 
- LuceneQuery string
- StackedGroup stringName 
- StackedGroup GetName Field Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation 
- filters
List<GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Filter> 
- groupNames List<String>
- groupNames List<GetFields Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Group Names Field> 
- luceneQuery String
- stackedGroup StringName 
- stackedGroup GetName Field Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation 
- filters
GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Filter[] 
- groupNames string[]
- groupNames GetFields Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Group Names Field[] 
- luceneQuery string
- stackedGroup stringName 
- stackedGroup GetName Field Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation 
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Filter] 
- group_names Sequence[str]
- group_names_ Sequence[Getfields Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Group Names Field] 
- lucene_query str
- stacked_group_ strname 
- stacked_group_ Getname_ field Dashboard Layout Section Row Widget Definition Bar Chart Query Logs Stacked Group Name Field 
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogsAggregation           
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation Observation Field 
- Percent double
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation Observation Field 
- Percent float64
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation Observation Field 
- percent Double
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field string
- observationField GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation Observation Field 
- percent number
- The percentage of the aggregation to return. required when type is percentile.
- type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field str
- observation_field GetDashboard Layout Section Row Widget Definition Bar Chart Query Logs Aggregation Observation Field 
- percent float
- The percentage of the aggregation to return. required when type is percentile.
- type str
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField Property Map
- percent Number
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogsAggregationObservationField             
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogsFilter           
- field String
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogsFilterObservationField             
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogsFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogsGroupNamesField             
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogsStackedGroupNameField              
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetrics          
- filters List<Property Map>
- groupNames List<String>
- promqlQuery String
- stackedGroup StringName 
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricsFilter           
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label string
- Label associated with the metric.
- metric string
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label str
- Label associated with the metric.
- metric str
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricsFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuerySpans          
- Aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Aggregation 
- Filters
List<GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Filter> 
- GroupNames List<GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Group Name> 
- LuceneQuery string
- StackedGroup GetName Dashboard Layout Section Row Widget Definition Bar Chart Query Spans Stacked Group Name 
- Aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Aggregation 
- Filters
[]GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Filter 
- GroupNames []GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Group Name 
- LuceneQuery string
- StackedGroup GetName Dashboard Layout Section Row Widget Definition Bar Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Aggregation 
- filters
List<GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Filter> 
- groupNames List<GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Group Name> 
- luceneQuery String
- stackedGroup GetName Dashboard Layout Section Row Widget Definition Bar Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Aggregation 
- filters
GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Filter[] 
- groupNames GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Group Name[] 
- luceneQuery string
- stackedGroup GetName Dashboard Layout Section Row Widget Definition Bar Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Aggregation 
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Filter] 
- group_names Sequence[GetDashboard Layout Section Row Widget Definition Bar Chart Query Spans Group Name] 
- lucene_query str
- stacked_group_ Getname Dashboard Layout Section Row Widget Definition Bar Chart Query Spans Stacked Group Name 
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuerySpansAggregation           
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
- aggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type string
- Can be one of ["metric" "dimension"]
- aggregation_type str
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field str
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type str
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuerySpansFilter           
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuerySpansFilterField            
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuerySpansFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuerySpansGroupName            
GetDashboardLayoutSectionRowWidgetDefinitionBarChartQuerySpansStackedGroupName             
GetDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition          
- MaxSlices doublePer Bar 
- StackName stringTemplate 
- MaxSlices float64Per Bar 
- StackName stringTemplate 
- maxSlices DoublePer Bar 
- stackName StringTemplate 
- maxSlices numberPer Bar 
- stackName stringTemplate 
- max_slices_ floatper_ bar 
- stack_name_ strtemplate 
- maxSlices NumberPer Bar 
- stackName StringTemplate 
GetDashboardLayoutSectionRowWidgetDefinitionBarChartXaxis         
GetDashboardLayoutSectionRowWidgetDefinitionBarChartXaxisTime          
- BucketsPresented double
- Interval string
- The time interval to use for the x-axis. Valid values are in duration format, for example 1m0sor1h0m0s(currently leading zeros should be added).
- BucketsPresented float64
- Interval string
- The time interval to use for the x-axis. Valid values are in duration format, for example 1m0sor1h0m0s(currently leading zeros should be added).
- bucketsPresented Double
- interval String
- The time interval to use for the x-axis. Valid values are in duration format, for example 1m0sor1h0m0s(currently leading zeros should be added).
- bucketsPresented number
- interval string
- The time interval to use for the x-axis. Valid values are in duration format, for example 1m0sor1h0m0s(currently leading zeros should be added).
- buckets_presented float
- interval str
- The time interval to use for the x-axis. Valid values are in duration format, for example 1m0sor1h0m0s(currently leading zeros should be added).
- bucketsPresented Number
- interval String
- The time interval to use for the x-axis. Valid values are in duration format, for example 1m0sor1h0m0s(currently leading zeros should be added).
GetDashboardLayoutSectionRowWidgetDefinitionDataTable        
- Columns
List<GetDashboard Layout Section Row Widget Definition Data Table Column> 
- DataMode stringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- OrderBy GetDashboard Layout Section Row Widget Definition Data Table Order By 
- Query
GetDashboard Layout Section Row Widget Definition Data Table Query 
- ResultsPer doublePage 
- The number of results to display per page.
- RowStyle string
- The style of the rows. Can be one of ["condensed" "json" "list" "oneline" "twoline" "unspecified"].
- Columns
[]GetDashboard Layout Section Row Widget Definition Data Table Column 
- DataMode stringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- OrderBy GetDashboard Layout Section Row Widget Definition Data Table Order By 
- Query
GetDashboard Layout Section Row Widget Definition Data Table Query 
- ResultsPer float64Page 
- The number of results to display per page.
- RowStyle string
- The style of the rows. Can be one of ["condensed" "json" "list" "oneline" "twoline" "unspecified"].
- columns
List<GetDashboard Layout Section Row Widget Definition Data Table Column> 
- dataMode StringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- orderBy GetDashboard Layout Section Row Widget Definition Data Table Order By 
- query
GetDashboard Layout Section Row Widget Definition Data Table Query 
- resultsPer DoublePage 
- The number of results to display per page.
- rowStyle String
- The style of the rows. Can be one of ["condensed" "json" "list" "oneline" "twoline" "unspecified"].
- columns
GetDashboard Layout Section Row Widget Definition Data Table Column[] 
- dataMode stringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- orderBy GetDashboard Layout Section Row Widget Definition Data Table Order By 
- query
GetDashboard Layout Section Row Widget Definition Data Table Query 
- resultsPer numberPage 
- The number of results to display per page.
- rowStyle string
- The style of the rows. Can be one of ["condensed" "json" "list" "oneline" "twoline" "unspecified"].
- columns
Sequence[GetDashboard Layout Section Row Widget Definition Data Table Column] 
- data_mode_ strtype 
- The data mode type. Can be one of ["archive" "unspecified"].
- order_by GetDashboard Layout Section Row Widget Definition Data Table Order By 
- query
GetDashboard Layout Section Row Widget Definition Data Table Query 
- results_per_ floatpage 
- The number of results to display per page.
- row_style str
- The style of the rows. Can be one of ["condensed" "json" "list" "oneline" "twoline" "unspecified"].
- columns List<Property Map>
- dataMode StringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- orderBy Property Map
- query Property Map
- resultsPer NumberPage 
- The number of results to display per page.
- rowStyle String
- The style of the rows. Can be one of ["condensed" "json" "list" "oneline" "twoline" "unspecified"].
GetDashboardLayoutSectionRowWidgetDefinitionDataTableColumn         
GetDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy          
- Field string
- OrderDirection string
- The order direction. Can be one of ["asc" "desc" "unspecified"].
- Field string
- OrderDirection string
- The order direction. Can be one of ["asc" "desc" "unspecified"].
- field String
- orderDirection String
- The order direction. Can be one of ["asc" "desc" "unspecified"].
- field string
- orderDirection string
- The order direction. Can be one of ["asc" "desc" "unspecified"].
- field str
- order_direction str
- The order direction. Can be one of ["asc" "desc" "unspecified"].
- field String
- orderDirection String
- The order direction. Can be one of ["asc" "desc" "unspecified"].
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuery         
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrime           
- filters List<Property Map>
- query String
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilter            
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterLogs             
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field string
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field str
- Field in the logs to apply the filter on.
- observation_field GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterLogsObservationField               
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterLogsOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterMetrics             
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label string
- metricName string
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label str
- metric_name str
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterMetricsOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterSpans             
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterSpansField              
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataPrimeFilterSpansOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogs          
- Filters
List<GetDashboard Layout Section Row Widget Definition Data Table Query Logs Filter> 
- Grouping
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping 
- LuceneQuery string
- TimeFrame GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- Filters
[]GetDashboard Layout Section Row Widget Definition Data Table Query Logs Filter 
- Grouping
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping 
- LuceneQuery string
- TimeFrame GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- filters
List<GetDashboard Layout Section Row Widget Definition Data Table Query Logs Filter> 
- grouping
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping 
- luceneQuery String
- timeFrame GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- filters
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Filter[] 
- grouping
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping 
- luceneQuery string
- timeFrame GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Data Table Query Logs Filter] 
- grouping
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping 
- lucene_query str
- time_frame GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- filters List<Property Map>
- grouping Property Map
- luceneQuery String
- timeFrame Property Map
- Specifies the time frame. Can be either absolute or relative.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsFilter           
- field String
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsFilterObservationField             
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsGrouping           
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsGroupingAggregation            
- aggregation Property Map
- id String
- isVisible Boolean
- name String
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsGroupingAggregationAggregation             
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping Aggregation Aggregation Observation Field 
- Percent double
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping Aggregation Aggregation Observation Field 
- Percent float64
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping Aggregation Aggregation Observation Field 
- percent Double
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field string
- observationField GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping Aggregation Aggregation Observation Field 
- percent number
- The percentage of the aggregation to return. required when type is percentile.
- type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field str
- observation_field GetDashboard Layout Section Row Widget Definition Data Table Query Logs Grouping Aggregation Aggregation Observation Field 
- percent float
- The percentage of the aggregation to return. required when type is percentile.
- type str
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField Property Map
- percent Number
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsGroupingAggregationAggregationObservationField               
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsGroupingGroupBy             
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsTimeFrame            
- Absolute
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- Relative
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- Absolute
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- Relative
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Layout Section Row Widget Definition Data Table Query Logs Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute Property Map
- Absolute time frame specifying a fixed start and end time.
- relative Property Map
- Relative time frame specifying a duration from the current time.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsTimeFrameAbsolute             
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogsTimeFrameRelative             
- Duration string
- Duration string
- duration String
- duration string
- duration str
- duration String
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetrics          
- filters List<Property Map>
- promqlQuery String
- promqlQuery StringType 
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricsFilter           
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Data Table Query Metrics Filter Operator 
- Operator to use for filtering.
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Data Table Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Metrics Filter Operator 
- Operator to use for filtering.
- label string
- Label associated with the metric.
- metric string
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Metrics Filter Operator 
- Operator to use for filtering.
- label str
- Label associated with the metric.
- metric str
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Data Table Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricsFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpans          
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpansFilter           
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpansFilterField            
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpansFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpansGrouping           
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpansGroupingAggregation            
- aggregation Property Map
- id String
- isVisible Boolean
- name String
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpansGroupingAggregationAggregation             
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
- aggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type string
- Can be one of ["metric" "dimension"]
- aggregation_type str
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field str
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type str
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
GetDashboardLayoutSectionRowWidgetDefinitionDataTableQuerySpansGroupingGroupBy             
GetDashboardLayoutSectionRowWidgetDefinitionGauge       
- DataMode stringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- Max double
- Min double
- Query
GetDashboard Layout Section Row Widget Definition Gauge Query 
- ShowInner boolArc 
- ShowOuter boolArc 
- ThresholdBy string
- The threshold by. Can be one of ["background" "unspecified" "value"].
- Thresholds
List<GetDashboard Layout Section Row Widget Definition Gauge Threshold> 
- Unit string
- The unit of the gauge. Can be one of ["bytes" "bytesiec" "custom" "euro" "eurocents" "gbytes" "gibytes" "kbytes" "kibytes" "mbytes" "mibytes" "microseconds" "milliseconds" "nanoseconds" "none" "percent" "percent01" "percent100" "seconds" "unspecified" "usd" "usd_cents"].
- DataMode stringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- Max float64
- Min float64
- Query
GetDashboard Layout Section Row Widget Definition Gauge Query 
- ShowInner boolArc 
- ShowOuter boolArc 
- ThresholdBy string
- The threshold by. Can be one of ["background" "unspecified" "value"].
- Thresholds
[]GetDashboard Layout Section Row Widget Definition Gauge Threshold 
- Unit string
- The unit of the gauge. Can be one of ["bytes" "bytesiec" "custom" "euro" "eurocents" "gbytes" "gibytes" "kbytes" "kibytes" "mbytes" "mibytes" "microseconds" "milliseconds" "nanoseconds" "none" "percent" "percent01" "percent100" "seconds" "unspecified" "usd" "usd_cents"].
- dataMode StringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- max Double
- min Double
- query
GetDashboard Layout Section Row Widget Definition Gauge Query 
- showInner BooleanArc 
- showOuter BooleanArc 
- thresholdBy String
- The threshold by. Can be one of ["background" "unspecified" "value"].
- thresholds
List<GetDashboard Layout Section Row Widget Definition Gauge Threshold> 
- unit String
- The unit of the gauge. Can be one of ["bytes" "bytesiec" "custom" "euro" "eurocents" "gbytes" "gibytes" "kbytes" "kibytes" "mbytes" "mibytes" "microseconds" "milliseconds" "nanoseconds" "none" "percent" "percent01" "percent100" "seconds" "unspecified" "usd" "usd_cents"].
- dataMode stringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- max number
- min number
- query
GetDashboard Layout Section Row Widget Definition Gauge Query 
- showInner booleanArc 
- showOuter booleanArc 
- thresholdBy string
- The threshold by. Can be one of ["background" "unspecified" "value"].
- thresholds
GetDashboard Layout Section Row Widget Definition Gauge Threshold[] 
- unit string
- The unit of the gauge. Can be one of ["bytes" "bytesiec" "custom" "euro" "eurocents" "gbytes" "gibytes" "kbytes" "kibytes" "mbytes" "mibytes" "microseconds" "milliseconds" "nanoseconds" "none" "percent" "percent01" "percent100" "seconds" "unspecified" "usd" "usd_cents"].
- data_mode_ strtype 
- The data mode type. Can be one of ["archive" "unspecified"].
- max float
- min float
- query
GetDashboard Layout Section Row Widget Definition Gauge Query 
- show_inner_ boolarc 
- show_outer_ boolarc 
- threshold_by str
- The threshold by. Can be one of ["background" "unspecified" "value"].
- thresholds
Sequence[GetDashboard Layout Section Row Widget Definition Gauge Threshold] 
- unit str
- The unit of the gauge. Can be one of ["bytes" "bytesiec" "custom" "euro" "eurocents" "gbytes" "gibytes" "kbytes" "kibytes" "mbytes" "mibytes" "microseconds" "milliseconds" "nanoseconds" "none" "percent" "percent01" "percent100" "seconds" "unspecified" "usd" "usd_cents"].
- dataMode StringType 
- The data mode type. Can be one of ["archive" "unspecified"].
- max Number
- min Number
- query Property Map
- showInner BooleanArc 
- showOuter BooleanArc 
- thresholdBy String
- The threshold by. Can be one of ["background" "unspecified" "value"].
- thresholds List<Property Map>
- unit String
- The unit of the gauge. Can be one of ["bytes" "bytesiec" "custom" "euro" "eurocents" "gbytes" "gibytes" "kbytes" "kibytes" "mbytes" "mibytes" "microseconds" "milliseconds" "nanoseconds" "none" "percent" "percent01" "percent100" "seconds" "unspecified" "usd" "usd_cents"].
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQuery        
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrime          
- filters List<Property Map>
- query String
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilter           
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterLogs            
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field string
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field str
- Field in the logs to apply the filter on.
- observation_field GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterLogsObservationField              
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterLogsOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterMetrics            
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label string
- metricName string
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label str
- metric_name str
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterMetricsOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterSpans            
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterSpansField             
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataPrimeFilterSpansOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogs         
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogsFilter          
- field String
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogsFilterObservationField            
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogsFilterOperator           
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogsLogsAggregation           
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Gauge Query Logs Logs Aggregation Observation Field 
- Percent double
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Gauge Query Logs Logs Aggregation Observation Field 
- Percent float64
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField GetDashboard Layout Section Row Widget Definition Gauge Query Logs Logs Aggregation Observation Field 
- percent Double
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field string
- observationField GetDashboard Layout Section Row Widget Definition Gauge Query Logs Logs Aggregation Observation Field 
- percent number
- The percentage of the aggregation to return. required when type is percentile.
- type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field str
- observation_field GetDashboard Layout Section Row Widget Definition Gauge Query Logs Logs Aggregation Observation Field 
- percent float
- The percentage of the aggregation to return. required when type is percentile.
- type str
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField Property Map
- percent Number
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogsLogsAggregationObservationField             
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetrics         
- Aggregation string
- The type of aggregation. Can be one of ["avg" "last" "max" "min" "sum" "unspecified"].
- Filters
List<GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter> 
- PromqlQuery string
- Aggregation string
- The type of aggregation. Can be one of ["avg" "last" "max" "min" "sum" "unspecified"].
- Filters
[]GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter 
- PromqlQuery string
- aggregation String
- The type of aggregation. Can be one of ["avg" "last" "max" "min" "sum" "unspecified"].
- filters
List<GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter> 
- promqlQuery String
- aggregation string
- The type of aggregation. Can be one of ["avg" "last" "max" "min" "sum" "unspecified"].
- filters
GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter[] 
- promqlQuery string
- aggregation str
- The type of aggregation. Can be one of ["avg" "last" "max" "min" "sum" "unspecified"].
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter] 
- promql_query str
- aggregation String
- The type of aggregation. Can be one of ["avg" "last" "max" "min" "sum" "unspecified"].
- filters List<Property Map>
- promqlQuery String
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricsFilter          
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter Operator 
- Operator to use for filtering.
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter Operator 
- Operator to use for filtering.
- label string
- Label associated with the metric.
- metric string
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter Operator 
- Operator to use for filtering.
- label str
- Label associated with the metric.
- metric str
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Gauge Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricsFilterOperator           
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQuerySpans         
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQuerySpansFilter          
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQuerySpansFilterField           
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQuerySpansFilterOperator           
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionGaugeQuerySpansSpansAggregation           
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
- aggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type string
- Can be one of ["metric" "dimension"]
- aggregation_type str
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field str
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type str
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
GetDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold        
GetDashboardLayoutSectionRowWidgetDefinitionHexagon       
- CustomUnit string
- A custom unit
- DataMode stringType 
- Decimal double
- Legend
GetDashboard Layout Section Row Widget Definition Hexagon Legend 
- LegendBy string
- The legend by. Valid values are: groups, thresholds, unspecified.
- Max double
- Min double
- Query
GetDashboard Layout Section Row Widget Definition Hexagon Query 
- ThresholdType string
- The threshold type. Valid values are: absolute, relative, unspecified.
- Thresholds
List<GetDashboard Layout Section Row Widget Definition Hexagon Threshold> 
- TimeFrame GetDashboard Layout Section Row Widget Definition Hexagon Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- Unit string
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- CustomUnit string
- A custom unit
- DataMode stringType 
- Decimal float64
- Legend
GetDashboard Layout Section Row Widget Definition Hexagon Legend 
- LegendBy string
- The legend by. Valid values are: groups, thresholds, unspecified.
- Max float64
- Min float64
- Query
GetDashboard Layout Section Row Widget Definition Hexagon Query 
- ThresholdType string
- The threshold type. Valid values are: absolute, relative, unspecified.
- Thresholds
[]GetDashboard Layout Section Row Widget Definition Hexagon Threshold 
- TimeFrame GetDashboard Layout Section Row Widget Definition Hexagon Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- Unit string
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- customUnit String
- A custom unit
- dataMode StringType 
- decimal Double
- legend
GetDashboard Layout Section Row Widget Definition Hexagon Legend 
- legendBy String
- The legend by. Valid values are: groups, thresholds, unspecified.
- max Double
- min Double
- query
GetDashboard Layout Section Row Widget Definition Hexagon Query 
- thresholdType String
- The threshold type. Valid values are: absolute, relative, unspecified.
- thresholds
List<GetDashboard Layout Section Row Widget Definition Hexagon Threshold> 
- timeFrame GetDashboard Layout Section Row Widget Definition Hexagon Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- unit String
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- customUnit string
- A custom unit
- dataMode stringType 
- decimal number
- legend
GetDashboard Layout Section Row Widget Definition Hexagon Legend 
- legendBy string
- The legend by. Valid values are: groups, thresholds, unspecified.
- max number
- min number
- query
GetDashboard Layout Section Row Widget Definition Hexagon Query 
- thresholdType string
- The threshold type. Valid values are: absolute, relative, unspecified.
- thresholds
GetDashboard Layout Section Row Widget Definition Hexagon Threshold[] 
- timeFrame GetDashboard Layout Section Row Widget Definition Hexagon Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- unit string
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- custom_unit str
- A custom unit
- data_mode_ strtype 
- decimal float
- legend
GetDashboard Layout Section Row Widget Definition Hexagon Legend 
- legend_by str
- The legend by. Valid values are: groups, thresholds, unspecified.
- max float
- min float
- query
GetDashboard Layout Section Row Widget Definition Hexagon Query 
- threshold_type str
- The threshold type. Valid values are: absolute, relative, unspecified.
- thresholds
Sequence[GetDashboard Layout Section Row Widget Definition Hexagon Threshold] 
- time_frame GetDashboard Layout Section Row Widget Definition Hexagon Time Frame 
- Specifies the time frame. Can be either absolute or relative.
- unit str
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- customUnit String
- A custom unit
- dataMode StringType 
- decimal Number
- legend Property Map
- legendBy String
- The legend by. Valid values are: groups, thresholds, unspecified.
- max Number
- min Number
- query Property Map
- thresholdType String
- The threshold type. Valid values are: absolute, relative, unspecified.
- thresholds List<Property Map>
- timeFrame Property Map
- Specifies the time frame. Can be either absolute or relative.
- unit String
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonLegend        
- Columns List<string>
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- GroupBy boolQuery 
- IsVisible bool
- Whether to display the legend. True by default.
- Placement string
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- Columns []string
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- GroupBy boolQuery 
- IsVisible bool
- Whether to display the legend. True by default.
- Placement string
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns List<String>
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- groupBy BooleanQuery 
- isVisible Boolean
- Whether to display the legend. True by default.
- placement String
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns string[]
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- groupBy booleanQuery 
- isVisible boolean
- Whether to display the legend. True by default.
- placement string
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns Sequence[str]
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- group_by_ boolquery 
- is_visible bool
- Whether to display the legend. True by default.
- placement str
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns List<String>
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- groupBy BooleanQuery 
- isVisible Boolean
- Whether to display the legend. True by default.
- placement String
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQuery        
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrime          
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilter           
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterLogs            
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field string
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field str
- Field in the logs to apply the filter on.
- observation_field GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterLogsObservationField              
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterLogsOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterMetrics            
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label string
- metricName string
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label str
- metric_name str
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterMetricsOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterSpans            
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterSpansField             
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryDataPrimeFilterSpansOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryLogs         
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryLogsAggregation          
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Hexagon Query Logs Aggregation Observation Field 
- Percent double
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Hexagon Query Logs Aggregation Observation Field 
- Percent float64
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField GetDashboard Layout Section Row Widget Definition Hexagon Query Logs Aggregation Observation Field 
- percent Double
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field string
- observationField GetDashboard Layout Section Row Widget Definition Hexagon Query Logs Aggregation Observation Field 
- percent number
- The percentage of the aggregation to return. required when type is percentile.
- type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field str
- observation_field GetDashboard Layout Section Row Widget Definition Hexagon Query Logs Aggregation Observation Field 
- percent float
- The percentage of the aggregation to return. required when type is percentile.
- type str
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField Property Map
- percent Number
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryLogsAggregationObservationField            
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryLogsFilter          
- field String
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryLogsFilterObservationField            
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryLogsFilterOperator           
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryLogsGroupBy           
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryMetrics         
- aggregation String
- filters List<Property Map>
- promqlQuery String
- promqlQuery StringType 
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryMetricsFilter          
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Metrics Filter Operator 
- Operator to use for filtering.
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Metrics Filter Operator 
- Operator to use for filtering.
- label string
- Label associated with the metric.
- metric string
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Metrics Filter Operator 
- Operator to use for filtering.
- label str
- Label associated with the metric.
- metric str
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Hexagon Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQueryMetricsFilterOperator           
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQuerySpans         
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQuerySpansAggregation          
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
- aggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type string
- Can be one of ["metric" "dimension"]
- aggregation_type str
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field str
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type str
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQuerySpansFilter          
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQuerySpansFilterField           
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQuerySpansFilterOperator           
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonQuerySpansGroupBy           
GetDashboardLayoutSectionRowWidgetDefinitionHexagonThreshold        
GetDashboardLayoutSectionRowWidgetDefinitionHexagonTimeFrame         
- Absolute
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- Relative
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- Absolute
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- Relative
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Layout Section Row Widget Definition Hexagon Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute Property Map
- Absolute time frame specifying a fixed start and end time.
- relative Property Map
- Relative time frame specifying a duration from the current time.
GetDashboardLayoutSectionRowWidgetDefinitionHexagonTimeFrameAbsolute          
GetDashboardLayoutSectionRowWidgetDefinitionHexagonTimeFrameRelative          
- Duration string
- Duration string
- duration String
- duration string
- duration str
- duration String
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart         
- ColorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- ColorsBy string
- DataMode stringType 
- DisplayOn boolBar 
- GroupName stringTemplate 
- MaxBars doublePer Chart 
- Query
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query 
- ScaleType string
- SortBy string
- StackDefinition GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition 
- Unit string
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- YAxisView stringBy 
- ColorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- ColorsBy string
- DataMode stringType 
- DisplayOn boolBar 
- GroupName stringTemplate 
- MaxBars float64Per Chart 
- Query
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query 
- ScaleType string
- SortBy string
- StackDefinition GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition 
- Unit string
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- YAxisView stringBy 
- colorScheme String
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colorsBy String
- dataMode StringType 
- displayOn BooleanBar 
- groupName StringTemplate 
- maxBars DoublePer Chart 
- query
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query 
- scaleType String
- sortBy String
- stackDefinition GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition 
- unit String
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- yAxis StringView By 
- colorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colorsBy string
- dataMode stringType 
- displayOn booleanBar 
- groupName stringTemplate 
- maxBars numberPer Chart 
- query
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query 
- scaleType string
- sortBy string
- stackDefinition GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition 
- unit string
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- yAxis stringView By 
- color_scheme str
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colors_by str
- data_mode_ strtype 
- display_on_ boolbar 
- group_name_ strtemplate 
- max_bars_ floatper_ chart 
- query
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query 
- scale_type str
- sort_by str
- stack_definition GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Stack Definition 
- unit str
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- y_axis_ strview_ by 
- colorScheme String
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- colorsBy String
- dataMode StringType 
- displayOn BooleanBar 
- groupName StringTemplate 
- maxBars NumberPer Chart 
- query Property Map
- scaleType String
- sortBy String
- stackDefinition Property Map
- unit String
- The unit of the chart. Can be one of bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- yAxis StringView By 
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery          
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogs           
- Aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation 
- Filters
List<GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Filter> 
- GroupNames List<string>
- GroupNames List<GetFields Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Group Names Field> 
- LuceneQuery string
- StackedGroup stringName 
- StackedGroup GetName Field Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Stacked Group Name Field 
- Aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation 
- Filters
[]GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Filter 
- GroupNames []string
- GroupNames []GetFields Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Group Names Field 
- LuceneQuery string
- StackedGroup stringName 
- StackedGroup GetName Field Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation 
- filters
List<GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Filter> 
- groupNames List<String>
- groupNames List<GetFields Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Group Names Field> 
- luceneQuery String
- stackedGroup StringName 
- stackedGroup GetName Field Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation 
- filters
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Filter[] 
- groupNames string[]
- groupNames GetFields Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Group Names Field[] 
- luceneQuery string
- stackedGroup stringName 
- stackedGroup GetName Field Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation 
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Filter] 
- group_names Sequence[str]
- group_names_ Sequence[Getfields Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Group Names Field] 
- lucene_query str
- stacked_group_ strname 
- stacked_group_ Getname_ field Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Stacked Group Name Field 
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogsAggregation            
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation Observation Field 
- Percent double
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation Observation Field 
- Percent float64
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation Observation Field 
- percent Double
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field string
- observationField GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation Observation Field 
- percent number
- The percentage of the aggregation to return. required when type is percentile.
- type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field str
- observation_field GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Logs Aggregation Observation Field 
- percent float
- The percentage of the aggregation to return. required when type is percentile.
- type str
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField Property Map
- percent Number
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogsAggregationObservationField              
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogsFilter            
- field String
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogsFilterObservationField              
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogsFilterOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogsGroupNamesField              
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogsStackedGroupNameField               
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetrics           
- filters List<Property Map>
- groupNames List<String>
- promqlQuery String
- stackedGroup StringName 
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricsFilter            
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label string
- Label associated with the metric.
- metric string
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label str
- Label associated with the metric.
- metric str
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricsFilterOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuerySpans           
- Aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Aggregation 
- Filters
List<GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Filter> 
- GroupNames List<GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Group Name> 
- LuceneQuery string
- StackedGroup GetName Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Stacked Group Name 
- Aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Aggregation 
- Filters
[]GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Filter 
- GroupNames []GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Group Name 
- LuceneQuery string
- StackedGroup GetName Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Aggregation 
- filters
List<GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Filter> 
- groupNames List<GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Group Name> 
- luceneQuery String
- stackedGroup GetName Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Aggregation 
- filters
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Filter[] 
- groupNames GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Group Name[] 
- luceneQuery string
- stackedGroup GetName Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Aggregation 
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Filter] 
- group_names Sequence[GetDashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Group Name] 
- lucene_query str
- stacked_group_ Getname Dashboard Layout Section Row Widget Definition Horizontal Bar Chart Query Spans Stacked Group Name 
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuerySpansAggregation            
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
- aggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type string
- Can be one of ["metric" "dimension"]
- aggregation_type str
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field str
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type str
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuerySpansFilter            
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuerySpansFilterField             
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuerySpansFilterOperator             
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuerySpansGroupName             
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuerySpansStackedGroupName              
GetDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition           
- MaxSlices doublePer Bar 
- StackName stringTemplate 
- MaxSlices float64Per Bar 
- StackName stringTemplate 
- maxSlices DoublePer Bar 
- stackName StringTemplate 
- maxSlices numberPer Bar 
- stackName stringTemplate 
- max_slices_ floatper_ bar 
- stack_name_ strtemplate 
- maxSlices NumberPer Bar 
- stackName StringTemplate 
GetDashboardLayoutSectionRowWidgetDefinitionLineChart        
GetDashboardLayoutSectionRowWidgetDefinitionLineChartLegend         
- Columns List<string>
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- GroupBy boolQuery 
- IsVisible bool
- Whether to display the legend. True by default.
- Placement string
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- Columns []string
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- GroupBy boolQuery 
- IsVisible bool
- Whether to display the legend. True by default.
- Placement string
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns List<String>
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- groupBy BooleanQuery 
- isVisible Boolean
- Whether to display the legend. True by default.
- placement String
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns string[]
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- groupBy booleanQuery 
- isVisible boolean
- Whether to display the legend. True by default.
- placement string
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns Sequence[str]
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- group_by_ boolquery 
- is_visible bool
- Whether to display the legend. True by default.
- placement str
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
- columns List<String>
- The columns to display in the legend. Valid values are: avg, last, max, min, name, sum, unspecified.
- groupBy BooleanQuery 
- isVisible Boolean
- Whether to display the legend. True by default.
- placement String
- The placement of the legend. Valid values are: auto, bottom, hidden, side, unspecified.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition          
- ColorScheme string
- DataMode stringType 
- Id string
- IsVisible bool
- Name string
- Query
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query 
- Resolution
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution 
- ScaleType string
- The scale type. Valid values are: linear, logarithmic, unspecified.
- SeriesCount doubleLimit 
- SeriesName stringTemplate 
- Unit string
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- ColorScheme string
- DataMode stringType 
- Id string
- IsVisible bool
- Name string
- Query
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query 
- Resolution
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution 
- ScaleType string
- The scale type. Valid values are: linear, logarithmic, unspecified.
- SeriesCount float64Limit 
- SeriesName stringTemplate 
- Unit string
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- colorScheme String
- dataMode StringType 
- id String
- isVisible Boolean
- name String
- query
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query 
- resolution
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution 
- scaleType String
- The scale type. Valid values are: linear, logarithmic, unspecified.
- seriesCount DoubleLimit 
- seriesName StringTemplate 
- unit String
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- colorScheme string
- dataMode stringType 
- id string
- isVisible boolean
- name string
- query
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query 
- resolution
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution 
- scaleType string
- The scale type. Valid values are: linear, logarithmic, unspecified.
- seriesCount numberLimit 
- seriesName stringTemplate 
- unit string
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- color_scheme str
- data_mode_ strtype 
- id str
- is_visible bool
- name str
- query
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query 
- resolution
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Resolution 
- scale_type str
- The scale type. Valid values are: linear, logarithmic, unspecified.
- series_count_ floatlimit 
- series_name_ strtemplate 
- unit str
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
- colorScheme String
- dataMode StringType 
- id String
- isVisible Boolean
- name String
- query Property Map
- resolution Property Map
- scaleType String
- The scale type. Valid values are: linear, logarithmic, unspecified.
- seriesCount NumberLimit 
- seriesName StringTemplate 
- unit String
- The unit. Valid values are: bytes, bytesiec, custom, euro, eurocents, gbytes, gibytes, kbytes, kibytes, mbytes, mibytes, microseconds, milliseconds, nanoseconds, percent01, percent100, seconds, unspecified, usd, usd_cents.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery           
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogs            
- aggregations List<Property Map>
- filters List<Property Map>
- groupBies List<String>
- luceneQuery String
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogsAggregation             
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Logs Aggregation Observation Field 
- Percent double
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Logs Aggregation Observation Field 
- Percent float64
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Logs Aggregation Observation Field 
- percent Double
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field string
- observationField GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Logs Aggregation Observation Field 
- percent number
- The percentage of the aggregation to return. required when type is percentile.
- type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field str
- observation_field GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Logs Aggregation Observation Field 
- percent float
- The percentage of the aggregation to return. required when type is percentile.
- type str
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField Property Map
- percent Number
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogsAggregationObservationField               
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogsFilter             
- field String
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogsFilterObservationField               
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogsFilterOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetrics            
- filters List<Property Map>
- promqlQuery String
- promqlQuery StringType 
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricsFilter             
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metrics Filter Operator 
- Operator to use for filtering.
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metrics Filter Operator 
- Operator to use for filtering.
- label string
- Label associated with the metric.
- metric string
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metrics Filter Operator 
- Operator to use for filtering.
- label str
- Label associated with the metric.
- metric str
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricsFilterOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuerySpans            
- Aggregations
List<GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Aggregation> 
- Filters
List<GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Filter> 
- GroupBies List<GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Group By> 
- LuceneQuery string
- Aggregations
[]GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Aggregation 
- Filters
[]GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Filter 
- GroupBies []GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Group By 
- LuceneQuery string
- aggregations
List<GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Aggregation> 
- filters
List<GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Filter> 
- groupBies List<GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Group By> 
- luceneQuery String
- aggregations
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Aggregation[] 
- filters
GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Filter[] 
- groupBies GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Group By[] 
- luceneQuery string
- aggregations
Sequence[GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Aggregation] 
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Filter] 
- group_bies Sequence[GetDashboard Layout Section Row Widget Definition Line Chart Query Definition Query Spans Group By] 
- lucene_query str
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuerySpansAggregation             
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
- aggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type string
- Can be one of ["metric" "dimension"]
- aggregation_type str
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field str
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type str
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuerySpansFilter             
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuerySpansFilterField              
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuerySpansFilterOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuerySpansGroupBy              
GetDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution           
- BucketsPresented double
- Interval string
- BucketsPresented float64
- Interval string
- bucketsPresented Double
- interval String
- bucketsPresented number
- interval string
- buckets_presented float
- interval str
- bucketsPresented Number
- interval String
GetDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip         
- ShowLabels bool
- Type string
- The tooltip type. Valid values are: all, single, unspecified.
- ShowLabels bool
- Type string
- The tooltip type. Valid values are: all, single, unspecified.
- showLabels Boolean
- type String
- The tooltip type. Valid values are: all, single, unspecified.
- showLabels boolean
- type string
- The tooltip type. Valid values are: all, single, unspecified.
- show_labels bool
- type str
- The tooltip type. Valid values are: all, single, unspecified.
- showLabels Boolean
- type String
- The tooltip type. Valid values are: all, single, unspecified.
GetDashboardLayoutSectionRowWidgetDefinitionMarkdown       
- MarkdownText string
- TooltipText string
- MarkdownText string
- TooltipText string
- markdownText String
- tooltipText String
- markdownText string
- tooltipText string
- markdown_text str
- tooltip_text str
- markdownText String
- tooltipText String
GetDashboardLayoutSectionRowWidgetDefinitionPieChart        
- ColorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- DataMode stringType 
- GroupName stringTemplate 
- LabelDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Label Definition 
- MaxSlices doublePer Chart 
- MinSlice doublePercentage 
- Query
GetDashboard Layout Section Row Widget Definition Pie Chart Query 
- ShowLegend bool
- StackDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Stack Definition 
- Unit string
- ColorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- DataMode stringType 
- GroupName stringTemplate 
- LabelDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Label Definition 
- MaxSlices float64Per Chart 
- MinSlice float64Percentage 
- Query
GetDashboard Layout Section Row Widget Definition Pie Chart Query 
- ShowLegend bool
- StackDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Stack Definition 
- Unit string
- colorScheme String
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- dataMode StringType 
- groupName StringTemplate 
- labelDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Label Definition 
- maxSlices DoublePer Chart 
- minSlice DoublePercentage 
- query
GetDashboard Layout Section Row Widget Definition Pie Chart Query 
- showLegend Boolean
- stackDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Stack Definition 
- unit String
- colorScheme string
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- dataMode stringType 
- groupName stringTemplate 
- labelDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Label Definition 
- maxSlices numberPer Chart 
- minSlice numberPercentage 
- query
GetDashboard Layout Section Row Widget Definition Pie Chart Query 
- showLegend boolean
- stackDefinition GetDashboard Layout Section Row Widget Definition Pie Chart Stack Definition 
- unit string
- color_scheme str
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- data_mode_ strtype 
- group_name_ strtemplate 
- label_definition GetDashboard Layout Section Row Widget Definition Pie Chart Label Definition 
- max_slices_ floatper_ chart 
- min_slice_ floatpercentage 
- query
GetDashboard Layout Section Row Widget Definition Pie Chart Query 
- show_legend bool
- stack_definition GetDashboard Layout Section Row Widget Definition Pie Chart Stack Definition 
- unit str
- colorScheme String
- The color scheme. Can be one of classic, severity, cold, negative, green, red, blue.
- dataMode StringType 
- groupName StringTemplate 
- labelDefinition Property Map
- maxSlices NumberPer Chart 
- minSlice NumberPercentage 
- query Property Map
- showLegend Boolean
- stackDefinition Property Map
- unit String
GetDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition          
- IsVisible bool
- LabelSource string
- The source of the label. Valid values are: inner, stack, unspecified
- ShowName bool
- ShowPercentage bool
- ShowValue bool
- IsVisible bool
- LabelSource string
- The source of the label. Valid values are: inner, stack, unspecified
- ShowName bool
- ShowPercentage bool
- ShowValue bool
- isVisible Boolean
- labelSource String
- The source of the label. Valid values are: inner, stack, unspecified
- showName Boolean
- showPercentage Boolean
- showValue Boolean
- isVisible boolean
- labelSource string
- The source of the label. Valid values are: inner, stack, unspecified
- showName boolean
- showPercentage boolean
- showValue boolean
- is_visible bool
- label_source str
- The source of the label. Valid values are: inner, stack, unspecified
- show_name bool
- show_percentage bool
- show_value bool
- isVisible Boolean
- labelSource String
- The source of the label. Valid values are: inner, stack, unspecified
- showName Boolean
- showPercentage Boolean
- showValue Boolean
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuery         
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrime           
- filters List<Property Map>
- groupNames List<String>
- query String
- stackedGroup StringName 
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilter            
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterLogs             
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- Field string
- Field in the logs to apply the filter on.
- ObservationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Observation Field 
- Operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field string
- Field in the logs to apply the filter on.
- observationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field str
- Field in the logs to apply the filter on.
- observation_field GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Observation Field 
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Logs Operator 
- Operator to use for filtering.
- field String
- Field in the logs to apply the filter on.
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterLogsObservationField               
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterLogsOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterMetrics             
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- Label string
- MetricName string
- Operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label string
- metricName string
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label str
- metric_name str
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Data Prime Filter Metrics Operator 
- Operator to use for filtering.
- label String
- metricName String
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterMetricsOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterSpans             
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterSpansField              
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataPrimeFilterSpansOperator              
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogs          
- Aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation 
- Filters
List<GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Filter> 
- GroupNames List<string>
- GroupNames List<GetFields Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Group Names Field> 
- LuceneQuery string
- StackedGroup stringName 
- StackedGroup GetName Field Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Stacked Group Name Field 
- Aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation 
- Filters
[]GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Filter 
- GroupNames []string
- GroupNames []GetFields Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Group Names Field 
- LuceneQuery string
- StackedGroup stringName 
- StackedGroup GetName Field Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation 
- filters
List<GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Filter> 
- groupNames List<String>
- groupNames List<GetFields Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Group Names Field> 
- luceneQuery String
- stackedGroup StringName 
- stackedGroup GetName Field Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation 
- filters
GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Filter[] 
- groupNames string[]
- groupNames GetFields Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Group Names Field[] 
- luceneQuery string
- stackedGroup stringName 
- stackedGroup GetName Field Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Stacked Group Name Field 
- aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation 
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Filter] 
- group_names Sequence[str]
- group_names_ Sequence[Getfields Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Group Names Field] 
- lucene_query str
- stacked_group_ strname 
- stacked_group_ Getname_ field Dashboard Layout Section Row Widget Definition Pie Chart Query Logs Stacked Group Name Field 
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogsAggregation           
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation Observation Field 
- Percent double
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- Field string
- ObservationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation Observation Field 
- Percent float64
- The percentage of the aggregation to return. required when type is percentile.
- Type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation Observation Field 
- percent Double
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field string
- observationField GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation Observation Field 
- percent number
- The percentage of the aggregation to return. required when type is percentile.
- type string
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field str
- observation_field GetDashboard Layout Section Row Widget Definition Pie Chart Query Logs Aggregation Observation Field 
- percent float
- The percentage of the aggregation to return. required when type is percentile.
- type str
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
- field String
- observationField Property Map
- percent Number
- The percentage of the aggregation to return. required when type is percentile.
- type String
- The type of the aggregation. Can be one of ["count" "count_distinct" "sum" "avg" "min" "max" "percentile"]
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogsAggregationObservationField             
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogsFilter           
- field String
- observationField Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogsFilterObservationField             
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogsFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogsGroupNamesField             
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogsStackedGroupNameField              
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetrics          
- filters List<Property Map>
- groupNames List<String>
- promqlQuery String
- stackedGroup StringName 
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricsFilter           
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- Label string
- Label associated with the metric.
- Metric string
- Metric name to apply the filter on.
- Operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label string
- Label associated with the metric.
- metric string
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label str
- Label associated with the metric.
- metric str
- Metric name to apply the filter on.
- operator
GetDashboard Layout Section Row Widget Definition Pie Chart Query Metrics Filter Operator 
- Operator to use for filtering.
- label String
- Label associated with the metric.
- metric String
- Metric name to apply the filter on.
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricsFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuerySpans          
- Aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Aggregation 
- Filters
List<GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Filter> 
- GroupNames List<GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Group Name> 
- LuceneQuery string
- StackedGroup GetName Dashboard Layout Section Row Widget Definition Pie Chart Query Spans Stacked Group Name 
- Aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Aggregation 
- Filters
[]GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Filter 
- GroupNames []GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Group Name 
- LuceneQuery string
- StackedGroup GetName Dashboard Layout Section Row Widget Definition Pie Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Aggregation 
- filters
List<GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Filter> 
- groupNames List<GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Group Name> 
- luceneQuery String
- stackedGroup GetName Dashboard Layout Section Row Widget Definition Pie Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Aggregation 
- filters
GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Filter[] 
- groupNames GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Group Name[] 
- luceneQuery string
- stackedGroup GetName Dashboard Layout Section Row Widget Definition Pie Chart Query Spans Stacked Group Name 
- aggregation
GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Aggregation 
- filters
Sequence[GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Filter] 
- group_names Sequence[GetDashboard Layout Section Row Widget Definition Pie Chart Query Spans Group Name] 
- lucene_query str
- stacked_group_ Getname Dashboard Layout Section Row Widget Definition Pie Chart Query Spans Stacked Group Name 
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuerySpansAggregation           
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- AggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- Field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- Type string
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
- aggregationType string
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field string
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type string
- Can be one of ["metric" "dimension"]
- aggregation_type str
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field str
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type str
- Can be one of ["metric" "dimension"]
- aggregationType String
- The type of the aggregation. When the aggregation type is metrics, can be one of ["avg" "max" "min" "percentile50" "percentile95" "percentile99" "sum" "unspecified"]. When the aggregation type isdimension, can be one of ["errorcount" "unique_count" "unspecified"].
- field String
- The field to aggregate on. When the aggregation type is metrics, can be one of ["duration" "unspecified"]. When the aggregation type isdimension, can be one of ["trace_id" "unspecified"].
- type String
- Can be one of ["metric" "dimension"]
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuerySpansFilter           
- field Property Map
- operator Property Map
- Operator to use for filtering.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuerySpansFilterField            
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuerySpansFilterOperator            
- SelectedValues List<string>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- SelectedValues []string
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- Type string
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues string[]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type string
- The type of the operator. Can be one of equalsornot_equals.
- selected_values Sequence[str]
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type str
- The type of the operator. Can be one of equalsornot_equals.
- selectedValues List<String>
- the values to filter by. When the type is equals, this field is optional, the filter will match only the selected values, and all the values if not set. When the type isnot_equals, this field is required, and the filter will match spans without the selected values.
- type String
- The type of the operator. Can be one of equalsornot_equals.
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuerySpansGroupName            
GetDashboardLayoutSectionRowWidgetDefinitionPieChartQuerySpansStackedGroupName             
GetDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition          
- MaxSlices doublePer Stack 
- StackName stringTemplate 
- MaxSlices float64Per Stack 
- StackName stringTemplate 
- maxSlices DoublePer Stack 
- stackName StringTemplate 
- maxSlices numberPer Stack 
- stackName stringTemplate 
- max_slices_ floatper_ stack 
- stack_name_ strtemplate 
- maxSlices NumberPer Stack 
- stackName StringTemplate 
GetDashboardTimeFrame   
- Absolute
GetDashboard Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- Relative
GetDashboard Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- Absolute
GetDashboard Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- Relative
GetDashboard Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute
GetDashboard Time Frame Absolute 
- Absolute time frame specifying a fixed start and end time.
- relative
GetDashboard Time Frame Relative 
- Relative time frame specifying a duration from the current time.
- absolute Property Map
- Absolute time frame specifying a fixed start and end time.
- relative Property Map
- Relative time frame specifying a duration from the current time.
GetDashboardTimeFrameAbsolute    
GetDashboardTimeFrameRelative    
- Duration string
- Duration string
- duration String
- duration string
- duration str
- duration String
GetDashboardVariable  
- Definition
GetDashboard Variable Definition 
- DisplayName string
- Name string
- Definition
GetDashboard Variable Definition 
- DisplayName string
- Name string
- definition
GetDashboard Variable Definition 
- displayName String
- name String
- definition
GetDashboard Variable Definition 
- displayName string
- name string
- definition Property Map
- displayName String
- name String
GetDashboardVariableDefinition   
GetDashboardVariableDefinitionMultiSelect     
- SelectedValues List<string>
- Source
GetDashboard Variable Definition Multi Select Source 
- ValuesOrder stringDirection 
- The order direction of the values. Can be one of asc,desc,unspecified.
- SelectedValues []string
- Source
GetDashboard Variable Definition Multi Select Source 
- ValuesOrder stringDirection 
- The order direction of the values. Can be one of asc,desc,unspecified.
- selectedValues List<String>
- source
GetDashboard Variable Definition Multi Select Source 
- valuesOrder StringDirection 
- The order direction of the values. Can be one of asc,desc,unspecified.
- selectedValues string[]
- source
GetDashboard Variable Definition Multi Select Source 
- valuesOrder stringDirection 
- The order direction of the values. Can be one of asc,desc,unspecified.
- selected_values Sequence[str]
- source
GetDashboard Variable Definition Multi Select Source 
- values_order_ strdirection 
- The order direction of the values. Can be one of asc,desc,unspecified.
- selectedValues List<String>
- source Property Map
- valuesOrder StringDirection 
- The order direction of the values. Can be one of asc,desc,unspecified.
GetDashboardVariableDefinitionMultiSelectSource      
- constantLists List<String>
- logsPath String
- metricLabel Property Map
- query Property Map
- spanField Property Map
GetDashboardVariableDefinitionMultiSelectSourceMetricLabel        
- Label string
- MetricName string
- Label string
- MetricName string
- label String
- metricName String
- label string
- metricName string
- label str
- metric_name str
- label String
- metricName String
GetDashboardVariableDefinitionMultiSelectSourceQuery       
GetDashboardVariableDefinitionMultiSelectSourceQueryQuery        
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryLogs         
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryLogsFieldName           
- LogRegex string
- LogRegex string
- logRegex String
- logRegex string
- log_regex str
- logRegex String
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryLogsFieldValue           
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryLogsFieldValueObservationField             
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetrics         
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelName           
- MetricRegex string
- MetricRegex string
- metricRegex String
- metricRegex string
- metric_regex str
- metricRegex String
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValue           
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValueLabelFilter             
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValueLabelFilterLabel              
- StringValue string
- VariableName string
- StringValue string
- VariableName string
- stringValue String
- variableName String
- stringValue string
- variableName string
- string_value str
- variable_name str
- stringValue String
- variableName String
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValueLabelFilterMetric              
- StringValue string
- VariableName string
- StringValue string
- VariableName string
- stringValue String
- variableName String
- stringValue string
- variableName string
- string_value str
- variable_name str
- stringValue String
- variableName String
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValueLabelFilterOperator              
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValueLabelFilterOperatorSelectedValue                
- StringValue string
- VariableName string
- StringValue string
- VariableName string
- stringValue String
- variableName String
- stringValue string
- variableName string
- string_value str
- variable_name str
- stringValue String
- variableName String
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValueLabelName             
- StringValue string
- VariableName string
- StringValue string
- VariableName string
- stringValue String
- variableName String
- stringValue string
- variableName string
- string_value str
- variable_name str
- stringValue String
- variableName String
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsLabelValueMetricName             
- StringValue string
- VariableName string
- StringValue string
- VariableName string
- stringValue String
- variableName String
- stringValue string
- variableName string
- string_value str
- variable_name str
- stringValue String
- variableName String
GetDashboardVariableDefinitionMultiSelectSourceQueryQueryMetricsMetricName           
- MetricRegex string
- MetricRegex string
- metricRegex String
- metricRegex string
- metric_regex str
- metricRegex String
GetDashboardVariableDefinitionMultiSelectSourceQueryQuerySpans         
GetDashboardVariableDefinitionMultiSelectSourceQueryQuerySpansFieldName           
- SpanRegex string
- SpanRegex string
- spanRegex String
- spanRegex string
- span_regex str
- spanRegex String
GetDashboardVariableDefinitionMultiSelectSourceQueryQuerySpansFieldValue           
GetDashboardVariableDefinitionMultiSelectSourceQueryValueDisplayOptions          
- LabelRegex string
- ValueRegex string
- LabelRegex string
- ValueRegex string
- labelRegex String
- valueRegex String
- labelRegex string
- valueRegex string
- label_regex str
- value_regex str
- labelRegex String
- valueRegex String
GetDashboardVariableDefinitionMultiSelectSourceSpanField        
Package Details
- Repository
- coralogix coralogix/terraform-provider-coralogix
- License
- Notes
- This Pulumi package is based on the coralogixTerraform Provider.
coralogix 2.0.20 published on Tuesday, May 20, 2025 by coralogix
