Class AutoValue_RegisteredView
- java.lang.Object
-
- io.opentelemetry.sdk.metrics.internal.view.RegisteredView
-
- io.opentelemetry.sdk.metrics.internal.view.AutoValue_RegisteredView
-
@Generated("com.google.auto.value.processor.AutoValueProcessor") final class AutoValue_RegisteredView extends RegisteredView
-
-
Field Summary
Fields Modifier and Type Field Description private int
cardinalityLimit
private InstrumentSelector
instrumentSelector
private View
view
private AttributesProcessor
viewAttributesProcessor
private SourceInfo
viewSourceInfo
-
Constructor Summary
Constructors Constructor Description AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getCardinalityLimit()
The view's cardinality limit.InstrumentSelector
getInstrumentSelector()
Instrument filter for applying this view.View
getView()
The view to apply.AttributesProcessor
getViewAttributesProcessor()
The view'sAttributesProcessor
.SourceInfo
getViewSourceInfo()
TheSourceInfo
from where the view was registered.int
hashCode()
-
Methods inherited from class io.opentelemetry.sdk.metrics.internal.view.RegisteredView
create, toString
-
-
-
-
Field Detail
-
instrumentSelector
private final InstrumentSelector instrumentSelector
-
view
private final View view
-
viewAttributesProcessor
private final AttributesProcessor viewAttributesProcessor
-
cardinalityLimit
private final int cardinalityLimit
-
viewSourceInfo
private final SourceInfo viewSourceInfo
-
-
Constructor Detail
-
AutoValue_RegisteredView
AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-
-
Method Detail
-
getInstrumentSelector
public InstrumentSelector getInstrumentSelector()
Description copied from class:RegisteredView
Instrument filter for applying this view.- Specified by:
getInstrumentSelector
in classRegisteredView
-
getView
public View getView()
Description copied from class:RegisteredView
The view to apply.- Specified by:
getView
in classRegisteredView
-
getViewAttributesProcessor
public AttributesProcessor getViewAttributesProcessor()
Description copied from class:RegisteredView
The view'sAttributesProcessor
.- Specified by:
getViewAttributesProcessor
in classRegisteredView
-
getCardinalityLimit
public int getCardinalityLimit()
Description copied from class:RegisteredView
The view's cardinality limit.- Specified by:
getCardinalityLimit
in classRegisteredView
-
getViewSourceInfo
public SourceInfo getViewSourceInfo()
Description copied from class:RegisteredView
TheSourceInfo
from where the view was registered.- Specified by:
getViewSourceInfo
in classRegisteredView
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-