add#
Fully qualified name: omni::observability::add
Defined in omni/observability/IMetrics.h
-
template<class ValueType, class T, class ...A>
void omni::observability::add(
) noexcept# Add a value to a counter with variadic attributes.
Remark
If the
countercarb::ObjectPtr is null, this function is a no-op.- Parameters:
counter – [in] The counter instrument to add to (null pointer is permitted).
value – [in] The value to add to the counter.
a – [in] Variadic list of attributes to associate with this measurement.