Package-level declarations

Types

Link copied to clipboard
enum AggregationCrossSeriesReducer : Enum<AggregationCrossSeriesReducer> , ConvertibleToJava<AggregationCrossSeriesReducer>

The reduction operation to be used to combine time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.Not all reducer operations can be applied to all time series. The valid choices depend on the metric_kind and the value_type of the original time series. Reduction can yield a time series with a different metric_kind or value_type than the input time series.Time series data must first be aligned (see per_series_aligner) in order to perform cross-time series reduction. If cross_series_reducer is specified, then per_series_aligner must be specified, and must not be ALIGN_NONE. An alignment_period must also be specified; otherwise, an error is returned.

Link copied to clipboard
enum AggregationPerSeriesAligner : Enum<AggregationPerSeriesAligner> , ConvertibleToJava<AggregationPerSeriesAligner>

An Aligner describes how to bring the data points in a single time series into temporal alignment. Except for ALIGN_NONE, all alignments cause all the data points in an alignment_period to be mathematically grouped together, resulting in a single data point for each alignment_period with end timestamp at the end of the period.Not all alignment operations may be applied to all time series. The valid choices depend on the metric_kind and value_type of the original time series. Alignment can change the metric_kind or the value_type of the time series.Time series data must be aligned in order to perform cross-time series reduction. If cross_series_reducer is specified, then per_series_aligner must be specified and not equal to ALIGN_NONE and alignment_period must be specified; otherwise, an error is returned.

Link copied to clipboard
enum AxisScale : Enum<AxisScale> , ConvertibleToJava<AxisScale>

The axis scale. By default, a linear scale is used.

Link copied to clipboard
enum ChartOptionsMode : Enum<ChartOptionsMode> , ConvertibleToJava<ChartOptionsMode>

The chart mode.

Link copied to clipboard
enum DashboardFilterFilterType : Enum<DashboardFilterFilterType> , ConvertibleToJava<DashboardFilterFilterType>

The specified filter type

Link copied to clipboard
enum DataSetPlotType : Enum<DataSetPlotType> , ConvertibleToJava<DataSetPlotType>

How this data should be plotted on the chart.

Link copied to clipboard
enum DataSetTargetAxis : Enum<DataSetTargetAxis> , ConvertibleToJava<DataSetTargetAxis>

Optional. The target axis to use for plotting the metric.

Link copied to clipboard
enum PickTimeSeriesFilterDirection : Enum<PickTimeSeriesFilterDirection> , ConvertibleToJava<PickTimeSeriesFilterDirection>

How to use the ranking to select time series that pass through the filter.

Link copied to clipboard
enum PickTimeSeriesFilterRankingMethod : Enum<PickTimeSeriesFilterRankingMethod> , ConvertibleToJava<PickTimeSeriesFilterRankingMethod>

ranking_method is applied to each time series independently to produce the value which will be used to compare the time series to other time series.

Link copied to clipboard
enum SparkChartViewSparkChartType : Enum<SparkChartViewSparkChartType> , ConvertibleToJava<SparkChartViewSparkChartType>

Required. The type of sparkchart to show in this chartView.

Link copied to clipboard
enum StatisticalTimeSeriesFilterRankingMethod : Enum<StatisticalTimeSeriesFilterRankingMethod> , ConvertibleToJava<StatisticalTimeSeriesFilterRankingMethod>

rankingMethod is applied to a set of time series, and then the produced value for each individual time series is used to compare a given time series to others. These are methods that cannot be applied stream-by-stream, but rather require the full context of a request to evaluate time series.

Link copied to clipboard
enum TextFormat : Enum<TextFormat> , ConvertibleToJava<TextFormat>

How the text content is formatted.

Link copied to clipboard
enum ThresholdColor : Enum<ThresholdColor> , ConvertibleToJava<ThresholdColor>

The state color for this threshold. Color is not allowed in a XyChart.

Link copied to clipboard
enum ThresholdDirection : Enum<ThresholdDirection> , ConvertibleToJava<ThresholdDirection>

The direction for the current threshold. Direction is not allowed in a XyChart.

Link copied to clipboard
enum ThresholdTargetAxis : Enum<ThresholdTargetAxis> , ConvertibleToJava<ThresholdTargetAxis>

The target axis to use for plotting the threshold. Target axis is not allowed in a Scorecard.

Link copied to clipboard
enum TimeSeriesTableMetricVisualization : Enum<TimeSeriesTableMetricVisualization> , ConvertibleToJava<TimeSeriesTableMetricVisualization>

Optional. Store rendering strategy