Uses of Interface
io.opentelemetry.sdk.metrics.internal.debug.SourceInfo
Packages that use SourceInfo
Package
Description
View related internal classes.
-
Uses of SourceInfo in io.opentelemetry.sdk.metrics.internal.debug
Methods in io.opentelemetry.sdk.metrics.internal.debug that return SourceInfoModifier and TypeMethodDescriptionstatic SourceInfoSourceInfo.fromCurrentStack()Constructs source information form the current stack.static SourceInfoSourceInfo.noSourceInfo()Returns a source info that asks the user to register information. -
Uses of SourceInfo in io.opentelemetry.sdk.metrics.internal.descriptor
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return SourceInfoModifier and TypeMethodDescriptionfinal SourceInfoInstrumentDescriptor.getSourceInfo()Debugging information for this instrument.final SourceInfoMetricDescriptor.getViewSourceInfo()TheSourceInfofrom where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type SourceInfoModifier and TypeMethodDescriptionstatic MetricDescriptorMetricDescriptor.create(View view, SourceInfo viewSourceInfo, InstrumentDescriptor instrument) Constructs a metric descriptor for a given View + instrument. -
Uses of SourceInfo in io.opentelemetry.sdk.metrics.internal.view
Methods in io.opentelemetry.sdk.metrics.internal.view that return SourceInfoModifier and TypeMethodDescriptionabstract SourceInfoRegisteredView.getViewSourceInfo()TheSourceInfofrom where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type SourceInfoModifier and TypeMethodDescriptionstatic RegisteredViewRegisteredView.create(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)