Uses of Class
com.azure.ai.metricsadvisor.models.DimensionKey
Packages that use DimensionKey
Package
Description
Azure Metrics Advisor is a
cloud-based service provided by Microsoft Azure that is designed to help organizations monitor
and analyze metrics and time-series data from various sources.
Package containing model types for Metrics Advisor administration operations.
Package containing the data models for MetricsAdvisor.
-
Uses of DimensionKey in com.azure.ai.metricsadvisor
Method parameters in com.azure.ai.metricsadvisor with type arguments of type DimensionKeyModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<MetricEnrichedSeriesData> MetricsAdvisorAsyncClient.listMetricEnrichedSeriesData(String detectionConfigurationId, List<DimensionKey> seriesKeys, OffsetDateTime startTime, OffsetDateTime endTime) Given a list of time series keys, retrieve time series version enriched using a detection configuration.com.azure.core.http.rest.PagedIterable<MetricEnrichedSeriesData> MetricsAdvisorClient.listMetricEnrichedSeriesData(String detectionConfigurationId, List<DimensionKey> seriesKeys, OffsetDateTime startTime, OffsetDateTime endTime) Given a list of time series keys, retrieve time series version enriched using a detection configuration.com.azure.core.http.rest.PagedIterable<MetricEnrichedSeriesData> MetricsAdvisorClient.listMetricEnrichedSeriesData(String detectionConfigurationId, List<DimensionKey> seriesKeys, OffsetDateTime startTime, OffsetDateTime endTime, com.azure.core.util.Context context) Given a list of time series keys, retrieve time series version enriched using a detection configuration.com.azure.core.http.rest.PagedFlux<MetricSeriesData> MetricsAdvisorAsyncClient.listMetricSeriesData(String metricId, List<DimensionKey> seriesKeys, OffsetDateTime startTime, OffsetDateTime endTime) Get time series data from metric.com.azure.core.http.rest.PagedIterable<MetricSeriesData> MetricsAdvisorClient.listMetricSeriesData(String metricId, List<DimensionKey> seriesKeys, OffsetDateTime startTime, OffsetDateTime endTime) Get time series data from metric.com.azure.core.http.rest.PagedIterable<MetricSeriesData> MetricsAdvisorClient.listMetricSeriesData(String metricId, List<DimensionKey> seriesKeys, OffsetDateTime startTime, OffsetDateTime endTime, com.azure.core.util.Context context) Get time series data from metric. -
Uses of DimensionKey in com.azure.ai.metricsadvisor.administration.models
Methods in com.azure.ai.metricsadvisor.administration.models that return DimensionKeyModifier and TypeMethodDescriptionMetricAnomalyAlertScope.getSeriesGroupInScope()Gets the id of the time series group if alert is scoped to that group.MetricSeriesGroupDetectionCondition.getSeriesGroupKey()Get the time series key that identifies a group of series to apply the detection condition.MetricSingleSeriesDetectionCondition.getSeriesKey()Get the time series key.Methods in com.azure.ai.metricsadvisor.administration.models with parameters of type DimensionKeyModifier and TypeMethodDescriptionstatic MetricAnomalyAlertScopeMetricAnomalyAlertScope.forSeriesGroup(DimensionKey seriesGroupId) Creates an MetricAnomalyAlertScope indicating that alert should be generated when anomalies are detected in a specific time series group of a metric.AnomalyDetectionConfiguration.removeSeriesGroupDetectionCondition(DimensionKey seriesGroupKey) Removes anomaly detection condition for a specific group of time series.AnomalyDetectionConfiguration.removeSingleSeriesDetectionCondition(DimensionKey seriesKey) Removes anomaly detection condition for a specific time series.Constructors in com.azure.ai.metricsadvisor.administration.models with parameters of type DimensionKeyModifierConstructorDescriptionMetricSeriesGroupDetectionCondition(DimensionKey seriesGroupKey) Create an instance of MetricSeriesGroupAnomalyDetectionCondition.MetricSingleSeriesDetectionCondition(DimensionKey seriesKey) Create an instance of MetricSingleSeriesAnomalyDetectionCondition. -
Uses of DimensionKey in com.azure.ai.metricsadvisor.models
Methods in com.azure.ai.metricsadvisor.models that return DimensionKeyModifier and TypeMethodDescriptionListMetricFeedbackFilter.getDimensionFilter()Get the dimension filter set on the feedback.MetricFeedback.getDimensionFilter()Get the series keys value for the feedback.ListAnomalyDimensionValuesOptions.getDimensionToFilter()Gets the dimension filter.AnomalyIncident.getRootDimensionKey()Out of all dimension nodes in the dimension combination tree, get the dimension node that is identified as the root node where the incident anomalies are logically aggregated.DataPointAnomaly.getSeriesKey()Gets the key of the series in which anomaly detected.IncidentRootCause.getSeriesKey()Get the dimension name and value pair.MetricEnrichedSeriesData.getSeriesKey()Gets the key of the time series.MetricSeriesData.getSeriesKey()Get the dimension name and value pair.MetricSeriesDefinition.getSeriesKey()Get the dimension name and value pair.Adds a dimension name-value to the key.Removes a dimension name-value from the key.Methods in com.azure.ai.metricsadvisor.models that return types with arguments of type DimensionKeyModifier and TypeMethodDescriptionListIncidentsDetectedOptions.getDimensionsToFilter()Gets the dimension filter.ListAnomaliesDetectedFilter.getSeriesGroupKeys()Gets the time series group keys, indicating that retrieve the anomalies occurred in the time series in the group.Methods in com.azure.ai.metricsadvisor.models with parameters of type DimensionKeyModifier and TypeMethodDescriptionListMetricFeedbackFilter.setDimensionFilter(DimensionKey dimensionToFilter) Set the feedback dimension filter to filter the feedbacks.MetricAnomalyFeedback.setDimensionFilter(DimensionKey dimensionFilter) Set the series keys value for the feedback.MetricChangePointFeedback.setDimensionFilter(DimensionKey dimensionFilter) Set the series keys value for the feedback.MetricCommentFeedback.setDimensionFilter(DimensionKey dimensionFilter) Set the series keys value for the feedback.MetricFeedback.setDimensionFilter(DimensionKey dimensionFilter) Set the series keys value for the feedback.MetricPeriodFeedback.setDimensionFilter(DimensionKey dimensionFilter) Set the series keys value for the feedback.ListAnomalyDimensionValuesOptions.setDimensionToFilter(DimensionKey dimensionToFilter) Sets the dimension filter.Method parameters in com.azure.ai.metricsadvisor.models with type arguments of type DimensionKeyModifier and TypeMethodDescriptionListIncidentsDetectedOptions.setDimensionsToFilter(List<DimensionKey> dimensionsToFilter) Sets the dimensions to filter.ListAnomaliesDetectedFilter.setSeriesGroupKeys(List<DimensionKey> seriesGroupKeys) Sets the time series keys, indicating that retrieve the anomalies occurred n the time series in the group.