Class AutoValue_RegisteredView
java.lang.Object
io.opentelemetry.sdk.metrics.internal.view.RegisteredView
io.opentelemetry.sdk.metrics.internal.view.AutoValue_RegisteredView
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final InstrumentSelectorprivate final Viewprivate final AttributesProcessorprivate final SourceInfo -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintThe view's cardinality limit.Instrument filter for applying this view.getView()The view to apply.The view'sAttributesProcessor.TheSourceInfofrom where the view was registered.inthashCode()Methods inherited from class RegisteredView
create, toString
-
Field Details
-
instrumentSelector
-
view
-
viewAttributesProcessor
-
cardinalityLimit
private final int cardinalityLimit -
viewSourceInfo
-
-
Constructor Details
-
AutoValue_RegisteredView
AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-
-
Method Details
-
getInstrumentSelector
Description copied from class:RegisteredViewInstrument filter for applying this view.- Specified by:
getInstrumentSelectorin classRegisteredView
-
getView
Description copied from class:RegisteredViewThe view to apply.- Specified by:
getViewin classRegisteredView
-
getViewAttributesProcessor
Description copied from class:RegisteredViewThe view'sAttributesProcessor.- Specified by:
getViewAttributesProcessorin classRegisteredView
-
getCardinalityLimit
public int getCardinalityLimit()Description copied from class:RegisteredViewThe view's cardinality limit.- Specified by:
getCardinalityLimitin classRegisteredView
-
getViewSourceInfo
Description copied from class:RegisteredViewTheSourceInfofrom where the view was registered.- Specified by:
getViewSourceInfoin classRegisteredView
-
equals
-
hashCode
-