Struct gapi_grpc::google::monitoring::v3::windows_based_sli::MetricRange[][src]

pub struct MetricRange {
    pub time_series: String,
    pub range: Option<Range>,
}

A MetricRange is used when each window is good when the value x of a single TimeSeries satisfies range.min <= x < range.max. The provided TimeSeries must have ValueType = INT64 or ValueType = DOUBLE and MetricKind = GAUGE.

Fields

time_series: String

A monitoring filter specifying the TimeSeries to use for evaluating window quality.

range: Option<Range>

Range of values considered “good.” For a one-sided range, set one bound to an infinite value.

Trait Implementations

impl Clone for MetricRange[src]

impl Debug for MetricRange[src]

impl Default for MetricRange[src]

impl Message for MetricRange[src]

impl PartialEq<MetricRange> for MetricRange[src]

impl StructuralPartialEq for MetricRange[src]

Auto Trait Implementations

impl RefUnwindSafe for MetricRange

impl Send for MetricRange

impl Sync for MetricRange

impl Unpin for MetricRange

impl UnwindSafe for MetricRange

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]