Name | Type | Description | Notes |
---|---|---|---|
name | str | Name of the source | |
description | str | Description of the chart | [optional] |
sources | list[ChartSourceQuery] | Query expression to plot on the chart | |
include_obsolete_metrics | bool | Whether to show obsolete metrics. Default: false | [optional] |
no_default_events | bool | Whether to hide events related to the sources in the charts produced. Default false (i.e. shows events) | [optional] |
base | int | If the chart has a log-scale Y-axis, the base for the logarithms | [optional] |
units | str | String to label the units of the chart on the Y-axis | [optional] |
chart_attributes | JsonNode | Experimental field for chart attributes | [optional] |
interpolate_points | bool | Whether to interpolate points in the charts produced. Default: true | [optional] |
chart_settings | ChartSettings | [optional] | |
summarization | str | Summarization strategy for the chart. MEAN is default | [optional] |