Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.89 KB

Chart.md

File metadata and controls

26 lines (22 loc) · 1.89 KB

Chart

Properties

Name Type Description Notes
anomaly_detection_on bool Whether anomaly detection is on or of, default false [optional]
anomaly_sample_size str The amount of historical data to use for anomaly detection baselining [optional]
anomaly_severity str Anomaly Severity. Default medium [optional]
anomaly_type str Anomaly Type. Default both [optional]
base int If the chart has a log-scale Y-axis, the base for the logarithms [optional]
chart_attributes JsonNode Experimental field for chart attributes [optional]
chart_settings ChartSettings [optional]
description str Description of the chart [optional]
display_confidence_bounds bool Whether to show confidence bounds. Default false [optional]
filter_out_non_anomalies bool Whether to filter out non anomalies. Default false [optional]
include_obsolete_metrics bool Whether to show obsolete metrics. Default: false [optional]
interpolate_points bool Whether to interpolate points in the charts produced. Default: true [optional]
name str Name of the source
no_default_events bool Whether to hide events related to the sources in the charts produced. Default false (i.e. shows events) [optional]
sources list[ChartSourceQuery] Query expression to plot on the chart
summarization str Summarization strategy for the chart. MEAN is default [optional]
units str String to label the units of the chart on the Y-axis [optional]

[Back to Model list] [Back to API list] [Back to README]