#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PerformanceInsightsMetricsDetail
Implementations
The name used for a specific Performance Insights metric.
The name used for a specific Performance Insights metric.
The unit of measure for a metric. For example, a session or a process.
The unit of measure for a metric. For example, a session or a process.
A single query to be processed for the metric. For more information, see PerformanceInsightsMetricQuery
.
A single query to be processed for the metric. For more information, see PerformanceInsightsMetricQuery
.
Appends an item to reference_data
.
To override the contents of this collection use set_reference_data
.
For more information, see PerformanceInsightsReferenceData
.
pub fn set_reference_data(
self,
input: Option<Vec<PerformanceInsightsReferenceData>>
) -> Self
pub fn set_reference_data(
self,
input: Option<Vec<PerformanceInsightsReferenceData>>
) -> Self
For more information, see PerformanceInsightsReferenceData
.
Appends an item to stats_at_anomaly
.
To override the contents of this collection use set_stats_at_anomaly
.
The metric statistics during the anomalous period detected by DevOps Guru;
The metric statistics during the anomalous period detected by DevOps Guru;
Appends an item to stats_at_baseline
.
To override the contents of this collection use set_stats_at_baseline
.
Typical metric statistics that are not considered anomalous. When DevOps Guru analyzes metrics, it compares them to StatsAtBaseline
to help determine if they are anomalous.
Typical metric statistics that are not considered anomalous. When DevOps Guru analyzes metrics, it compares them to StatsAtBaseline
to help determine if they are anomalous.
Consumes the builder and constructs a PerformanceInsightsMetricsDetail
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more