Uses of Class
io.opentelemetry.sdk.metrics.internal.descriptor.InstrumentDescriptor
Packages that use InstrumentDescriptor
Package
Description
The SDK implementation of metrics.
Metric aggregators.
View related internal classes.
-
Uses of InstrumentDescriptor in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics declared as InstrumentDescriptorModifier and TypeFieldDescriptionprivate final InstrumentDescriptorAbstractInstrument.descriptorMethods in io.opentelemetry.sdk.metrics that return InstrumentDescriptorModifier and TypeMethodDescription(package private) final InstrumentDescriptorAbstractInstrument.getDescriptor()private InstrumentDescriptorInstrumentBuilder.newDescriptor()Methods in io.opentelemetry.sdk.metrics with parameters of type InstrumentDescriptorModifier and TypeMethodDescriptionInstrumentBuilder.SynchronousInstrumentConstructor.createInstrument(InstrumentDescriptor instrumentDescriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) (package private) SdkObservableMeasurementSdkMeter.registerObservableMeasurement(InstrumentDescriptor instrumentDescriptor) Register new asynchronous storage associated with a given instrument.(package private) WriteableMetricStorageSdkMeter.registerSynchronousMetricStorage(InstrumentDescriptor instrument) Registers new synchronous storage associated with a given instrument.Constructors in io.opentelemetry.sdk.metrics with parameters of type InstrumentDescriptorModifierConstructorDescription(package private)AbstractInstrument(InstrumentDescriptor descriptor) privateSdkDoubleCounter(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) privateSdkDoubleGauge(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) privateSdkDoubleHistogram(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) privateSdkDoubleUpDownCounter(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) privateSdkLongCounter(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) privateSdkLongGauge(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) privateSdkLongHistogram(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) privateSdkLongUpDownCounter(InstrumentDescriptor descriptor, SdkMeter sdkMeter, WriteableMetricStorage storage) -
Uses of InstrumentDescriptor in io.opentelemetry.sdk.metrics.internal.aggregator
Methods in io.opentelemetry.sdk.metrics.internal.aggregator with parameters of type InstrumentDescriptorModifier and TypeMethodDescription<T extends PointData,U extends ExemplarData>
Aggregator<T, U> AggregatorFactory.createAggregator(InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter, MemoryMode memoryMode) Returns a newAggregator.booleanAggregatorFactory.isCompatibleWithInstrument(InstrumentDescriptor instrumentDescriptor) Determine if theAggregatorproduced byAggregatorFactory.createAggregator(InstrumentDescriptor, ExemplarFilter, MemoryMode)is compatible with theinstrumentDescriptor.private static booleanAbstractSumAggregator.isMonotonicInstrument(InstrumentDescriptor descriptor) Returns true if the instrument does not allow negative measurements.Constructors in io.opentelemetry.sdk.metrics.internal.aggregator with parameters of type InstrumentDescriptorModifierConstructorDescription(package private)AbstractSumAggregator(InstrumentDescriptor instrumentDescriptor) DoubleSumAggregator(InstrumentDescriptor instrumentDescriptor, Supplier<ExemplarReservoir<DoubleExemplarData>> reservoirSupplier, MemoryMode memoryMode) Constructs a sum aggregator.LongSumAggregator(InstrumentDescriptor instrumentDescriptor, Supplier<ExemplarReservoir<LongExemplarData>> reservoirSupplier, MemoryMode memoryMode) -
Uses of InstrumentDescriptor in io.opentelemetry.sdk.metrics.internal.descriptor
Subclasses of InstrumentDescriptor in io.opentelemetry.sdk.metrics.internal.descriptorFields in io.opentelemetry.sdk.metrics.internal.descriptor declared as InstrumentDescriptorModifier and TypeFieldDescriptionprivate final InstrumentDescriptorAutoValue_MetricDescriptor.sourceInstrumentMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return InstrumentDescriptorModifier and TypeMethodDescriptionstatic InstrumentDescriptorInstrumentDescriptor.create(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice) AutoValue_MetricDescriptor.getSourceInstrument()abstract InstrumentDescriptorMetricDescriptor.getSourceInstrument()The instrument which lead to the creation of this metric.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentDescriptorModifier and TypeMethodDescriptionstatic MetricDescriptorMetricDescriptor.create(View view, SourceInfo viewSourceInfo, InstrumentDescriptor instrument) Constructs a metric descriptor for a given View + instrument.Constructors in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentDescriptorModifierConstructorDescription(package private)AutoValue_MetricDescriptor(String name, String description, View view, InstrumentDescriptor sourceInstrument) -
Uses of InstrumentDescriptor in io.opentelemetry.sdk.metrics.internal.state
Fields in io.opentelemetry.sdk.metrics.internal.state declared as InstrumentDescriptorModifier and TypeFieldDescriptionprivate final InstrumentDescriptorSdkObservableMeasurement.instrumentDescriptorFields in io.opentelemetry.sdk.metrics.internal.state with type parameters of type InstrumentDescriptorModifier and TypeFieldDescriptionprivate final List<InstrumentDescriptor> CallbackRegistration.instrumentDescriptorsMethods in io.opentelemetry.sdk.metrics.internal.state that return InstrumentDescriptorModifier and TypeMethodDescription(package private) InstrumentDescriptorSdkObservableMeasurement.getInstrumentDescriptor()Methods in io.opentelemetry.sdk.metrics.internal.state with parameters of type InstrumentDescriptorModifier and TypeMethodDescriptionstatic <T extends PointData,U extends ExemplarData>
AsynchronousMetricStorage<T, U> AsynchronousMetricStorage.create(RegisteredReader registeredReader, RegisteredView registeredView, InstrumentDescriptor instrumentDescriptor) Create an asynchronous storage instance for theViewandInstrumentDescriptor.static SdkObservableMeasurementSdkObservableMeasurement.create(InstrumentationScopeInfo instrumentationScopeInfo, InstrumentDescriptor instrumentDescriptor, List<AsynchronousMetricStorage<?, ?>> storages) Create aSdkObservableMeasurement.static <T extends PointData,U extends ExemplarData>
SynchronousMetricStorageSynchronousMetricStorage.create(RegisteredReader registeredReader, RegisteredView registeredView, InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter) Constructs metric storage for a given synchronous instrument and view.Constructors in io.opentelemetry.sdk.metrics.internal.state with parameters of type InstrumentDescriptorModifierConstructorDescriptionprivateSdkObservableMeasurement(InstrumentationScopeInfo instrumentationScopeInfo, InstrumentDescriptor instrumentDescriptor, List<AsynchronousMetricStorage<?, ?>> storages) -
Uses of InstrumentDescriptor in io.opentelemetry.sdk.metrics.internal.view
Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type InstrumentDescriptorModifier and TypeMethodDescription<T extends PointData,U extends ExemplarData>
Aggregator<T, U> Base2ExponentialHistogramAggregation.createAggregator(InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter, MemoryMode memoryMode) <T extends PointData,U extends ExemplarData>
Aggregator<T, U> DefaultAggregation.createAggregator(InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter, MemoryMode memoryMode) <T extends PointData,U extends ExemplarData>
Aggregator<T, U> DropAggregation.createAggregator(InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter, MemoryMode memoryMode) <T extends PointData,U extends ExemplarData>
Aggregator<T, U> ExplicitBucketHistogramAggregation.createAggregator(InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter, MemoryMode memoryMode) <T extends PointData,U extends ExemplarData>
Aggregator<T, U> LastValueAggregation.createAggregator(InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter, MemoryMode memoryMode) <T extends PointData,U extends ExemplarData>
Aggregator<T, U> SumAggregation.createAggregator(InstrumentDescriptor instrumentDescriptor, ExemplarFilter exemplarFilter, MemoryMode memoryMode) ViewRegistry.findViews(InstrumentDescriptor descriptor, InstrumentationScopeInfo meterScope) Returns the metricViewfor a given instrument.booleanBase2ExponentialHistogramAggregation.isCompatibleWithInstrument(InstrumentDescriptor instrumentDescriptor) booleanDefaultAggregation.isCompatibleWithInstrument(InstrumentDescriptor instrumentDescriptor) booleanDropAggregation.isCompatibleWithInstrument(InstrumentDescriptor instrumentDescriptor) booleanExplicitBucketHistogramAggregation.isCompatibleWithInstrument(InstrumentDescriptor instrumentDescriptor) booleanLastValueAggregation.isCompatibleWithInstrument(InstrumentDescriptor instrumentDescriptor) booleanSumAggregation.isCompatibleWithInstrument(InstrumentDescriptor instrumentDescriptor) private static booleanViewRegistry.matchesSelector(InstrumentSelector selector, InstrumentDescriptor descriptor, InstrumentationScopeInfo meterScope) private static AggregationDefaultAggregation.resolve(InstrumentDescriptor instrument, boolean withAdvice)