Uses of Enum
io.opentelemetry.sdk.metrics.InstrumentType
Packages that use InstrumentType
Package
Description
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP HTTP.
OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC.
The SDK implementation of metrics.
Utilities that facilitate exporting metrics out of
SdkMeterProvider.-
Uses of InstrumentType in io.opentelemetry.exporter.otlp.http.metrics
Methods in io.opentelemetry.exporter.otlp.http.metrics with parameters of type InstrumentTypeModifier and TypeMethodDescriptionOtlpHttpMetricExporter.getAggregationTemporality(InstrumentType instrumentType) OtlpHttpMetricExporter.getDefaultAggregation(InstrumentType instrumentType) -
Uses of InstrumentType in io.opentelemetry.exporter.otlp.metrics
Methods in io.opentelemetry.exporter.otlp.metrics with parameters of type InstrumentTypeModifier and TypeMethodDescriptionOtlpGrpcMetricExporter.getAggregationTemporality(InstrumentType instrumentType) OtlpGrpcMetricExporter.getDefaultAggregation(InstrumentType instrumentType) -
Uses of InstrumentType in io.opentelemetry.sdk.metrics
Subclasses with type arguments of type InstrumentType in io.opentelemetry.sdk.metricsMethods in io.opentelemetry.sdk.metrics that return InstrumentTypeModifier and TypeMethodDescriptionabstract InstrumentTypeInstrumentSelector.getInstrumentType()Returns the selectedInstrumentType, or null if this selects all instrument types.static InstrumentTypeReturns the enum constant of this type with the specified name.static InstrumentType[]InstrumentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opentelemetry.sdk.metrics with parameters of type InstrumentTypeModifier and TypeMethodDescriptionInstrumentSelectorBuilder.setType(InstrumentType instrumentType) Select instruments with the giveninstrumentType. -
Uses of InstrumentType in io.opentelemetry.sdk.metrics.export
Methods in io.opentelemetry.sdk.metrics.export with parameters of type InstrumentTypeModifier and TypeMethodDescriptionAggregationTemporalitySelector.getAggregationTemporality(InstrumentType instrumentType) Return the aggregation temporality for theInstrumentType.PeriodicMetricReader.getAggregationTemporality(InstrumentType instrumentType) intCardinalityLimitSelector.getCardinalityLimit(InstrumentType instrumentType) Return the default cardinality limit for metrics from instruments of typeinstrumentType.DefaultAggregationSelector.getDefaultAggregation(InstrumentType instrumentType) Return the default aggregation for theInstrumentType.default AggregationMetricExporter.getDefaultAggregation(InstrumentType instrumentType) Return the default aggregation for theInstrumentType.default AggregationMetricReader.getDefaultAggregation(InstrumentType instrumentType) Return the default aggregation for theInstrumentType.PeriodicMetricReader.getDefaultAggregation(InstrumentType instrumentType) default DefaultAggregationSelectorDefaultAggregationSelector.with(InstrumentType instrumentType, Aggregation aggregation) Returns a default aggregation selector which returns the givenaggregationfor the giveninstrumentType, and defers to this for other instrument types. -
Uses of InstrumentType in io.opentelemetry.sdk.metrics.internal.descriptor
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return InstrumentTypeMethods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentTypeModifier and TypeMethodDescriptionstatic InstrumentDescriptorInstrumentDescriptor.create(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice)