Uses of Interface
com.azure.core.util.TelemetryAttributes
Packages that use TelemetryAttributes
-
Uses of TelemetryAttributes in com.azure.core.util.metrics
Methods in com.azure.core.util.metrics that return TelemetryAttributesModifier and TypeMethodDescriptionMeter.createAttributes(Map<String, Object> attributeMap) Creates and returns attribute collection implementation specific to the meter implementation.Methods in com.azure.core.util.metrics with parameters of type TelemetryAttributesModifier and TypeMethodDescriptionvoidLongCounter.add(long value, TelemetryAttributes attributes, Context context) Records a value with a set of attributes.voidDoubleHistogram.record(double value, TelemetryAttributes attributes, Context context) Records a value with a set of attributes.LongGauge.registerCallback(Supplier<Long> valueSupplier, TelemetryAttributes attributes) Registers callbacks to obtain measurements.