Class MetricSeriesData

java.lang.Object
com.azure.ai.metricsadvisor.models.MetricSeriesData

public final class MetricSeriesData extends Object
The MetricSeriesData model.
  • Constructor Details

    • MetricSeriesData

      public MetricSeriesData()
  • Method Details

    • getMetricId

      public String getMetricId()
      Get the metric unique id.
      Returns:
      the metricId value.
    • getSeriesKey

      public DimensionKey getSeriesKey()
      Get the dimension name and value pair.

      A DimensionKey can hold such a combination, for example, [ product_category=men-shoes, city=redmond ] identifies one specific time-series.

      Returns:
      the seriesKey value.
    • getTimestamps

      public List<OffsetDateTime> getTimestamps()
      Get the timestamps of the data related to this time series.
      Returns:
      the timestamps value.
    • getMetricValues

      public List<Double> getMetricValues()
      Get the values of the data related to this time series.
      Returns:
      the metricValues value.