Chart

Chart
Chart

Representation of a Wavefront chart

JSON Example
{
    "base": 0,
    "units": "string",
    "name": "string",
    "description": "string",
    "sources": [
        {
            "name": "string",
            "query": "string",
            "queryType": "string",
            "querybuilderEnabled": false,
            "querybuilderSerialization": "string",
            "sourceDescription": "string",
            "disabled": false,
            "sourceColor": "string",
            "secondaryAxis": false,
            "scatterPlotSource": "string"
        }
    ],
    "noDefaultEvents": false,
    "summarization": "string",
    "includeObsoleteMetrics": false,
    "chartSettings": {
        "type": "string",
        "min": "number",
        "max": "number",
        "customTags": [
            "string"
        ],
        "expectedDataSpacing": 0,
        "fixedLegendEnabled": false,
        "fixedLegendUseRawStats": false,
        "plainMarkdownContent": "string",
        "lineType": "string",
        "stackType": "string",
        "windowing": "string",
        "windowSize": 0,
        "showHosts": false,
        "showLabels": false,
        "showRawValues": false,
        "showValueColumn": false,
        "autoColumnTags": false,
        "columnTags": "string",
        "tagMode": "string",
        "numTags": 0,
        "groupBySource": false,
        "sortValuesDescending": false,
        "defaultSortColumn": "string",
        "y1Max": "number",
        "y1Min": "number",
        "y1Units": "string",
        "y0ScaleSIBy1024": false,
        "y1ScaleSIBy1024": false,
        "y0UnitAutoscaling": false,
        "y1UnitAutoscaling": false,
        "invertDynamicLegendHoverControl": false,
        "fixedLegendPosition": "string",
        "fixedLegendDisplayStats": [
            "string"
        ],
        "fixedLegendFilterSort": "string",
        "fixedLegendShowSourceName": false,
        "fixedLegendShowMetricName": false,
        "fixedLegendFilterLimit": 0,
        "fixedLegendFilterField": "string",
        "fixedLegendHideLabel": false,
        "xmax": "number",
        "xmin": "number",
        "ymax": "number",
        "ymin": "number",
        "timeBasedColoring": false,
        "sparklineDisplayValueType": "string",
        "sparklineDisplayColor": "string",
        "sparklineDisplayVerticalPosition": "string",
        "sparklineDisplayHorizontalPosition": "string",
        "sparklineDisplayFontSize": "string",
        "sparklineDisplayPrefix": "string",
        "sparklineDisplayPostfix": "string",
        "sparklineSize": "string",
        "sparklineLineColor": "string",
        "sparklineFillColor": "string",
        "sparklineValueColorMapColors": [
            "string"
        ],
        "sparklineValueColorMapValuesV2": [
            "number"
        ],
        "sparklineValueColorMapValues": [
            0
        ],
        "sparklineValueColorMapApplyTo": "string",
        "sparklineDecimalPrecision": 0,
        "sparklineValueTextMapText": [
            "string"
        ],
        "sparklineValueTextMapThresholds": [
            "number"
        ],
        "chartDefaultColor": "string",
        "logsTable": {
            "columns": [
                "string"
            ]
        }
    },
    "anomalySampleSize": "string",
    "anomalyType": "string",
    "anomalySeverity": "string",
    "interpolatePoints": false,
    "anomalyDetectionOn": false,
    "filterOutNonAnomalies": false,
    "displayConfidenceBounds": false
}
integer As int32 As int32
base
Optional

If the chart has a log-scale Y-axis, the base for the logarithms

string
units
Optional

String to label the units of the chart on the Y-axis

string
name
Required

Name of the source

string
description
Optional

Description of the chart

sources
Required

Query expression to plot on the chart

boolean
noDefaultEvents
Optional

Whether to hide events related to the sources in the charts produced. Default false (i.e. shows events)

string
summarization
Optional

Summarization strategy for the chart. MEAN is default

Possible values are : MEAN, MEDIAN, MIN, MAX, SUM, COUNT, LAST, FIRST,
boolean
includeObsoleteMetrics
Optional

Whether to show obsolete metrics. Default: false

chartSettings
Optional

chartSettings

chartAttributes
Optional

chartAttributes

string
anomalySampleSize
Optional

The amount of historical data to use for anomaly detection baselining

Possible values are : 2, 8, 35,
string
anomalyType
Optional

Anomaly Type. Default both

Possible values are : both, low, high,
string
anomalySeverity
Optional

Anomaly Severity. Default medium

Possible values are : low, medium, high,
boolean
interpolatePoints
Optional

Whether to interpolate points in the charts produced. Default: true

boolean
anomalyDetectionOn
Optional

Whether anomaly detection is on or of, default false

boolean
filterOutNonAnomalies
Optional

Whether to filter out non anomalies. Default false

boolean
displayConfidenceBounds
Optional

Whether to show confidence bounds. Default false