Class View
java.lang.Object
io.opentelemetry.sdk.metrics.view.View
TODO: javadoc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ViewBuilderbuilder()abstract AggregationThe aggregation used for this view.abstract io.opentelemetry.sdk.metrics.internal.view.AttributesProcessorProcessor of attributes before performing aggregation.abstract StringThe name of the resulting metric to generate, ornullif the same as the instrument.abstract StringgetName()The name of the resulting metric to generate, ornullif the same as the instrument.abstract io.opentelemetry.sdk.metrics.internal.debug.SourceInfoInformation about where the View was defined.
-
Constructor Details
-
View
public View()
-
-
Method Details
-
getName
The name of the resulting metric to generate, ornullif the same as the instrument. -
getDescription
The name of the resulting metric to generate, ornullif the same as the instrument. -
getAggregation
The aggregation used for this view. -
getAttributesProcessor
public abstract io.opentelemetry.sdk.metrics.internal.view.AttributesProcessor getAttributesProcessor()Processor of attributes before performing aggregation. -
getSourceInfo
public abstract io.opentelemetry.sdk.metrics.internal.debug.SourceInfo getSourceInfo()Information about where the View was defined. -
builder
-