Trait aws_smithy_observability::meter::UpDownCounter
source · pub trait UpDownCounter {
// Required method
fn add(
&self,
value: i64,
attributes: Option<&Attributes>,
context: Option<&dyn Context>,
);
}
Expand description
A counter that can increase or decrease.