Uses of Class
io.opentelemetry.sdk.metrics.InstrumentType
-
Packages that use InstrumentType Package Description io.opentelemetry.exporter.otlp.http.metrics OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP HTTP.io.opentelemetry.exporter.otlp.metrics OpenTelemetry exporter which sends metric data to OpenTelemetry collector via OTLP gRPC.io.opentelemetry.sdk.metrics The SDK implementation of metrics.io.opentelemetry.sdk.metrics.export Utilities that facilitate exporting metrics out ofSdkMeterProvider.io.opentelemetry.sdk.metrics.internal.descriptor io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
-
Uses of InstrumentType in io.opentelemetry.exporter.otlp.http.metrics
Methods in io.opentelemetry.exporter.otlp.http.metrics with parameters of type InstrumentType Modifier and Type Method Description AggregationTemporalityOtlpHttpMetricExporter. getAggregationTemporality(InstrumentType instrumentType)AggregationOtlpHttpMetricExporter. getDefaultAggregation(InstrumentType instrumentType) -
Uses of InstrumentType in io.opentelemetry.exporter.otlp.metrics
Methods in io.opentelemetry.exporter.otlp.metrics with parameters of type InstrumentType Modifier and Type Method Description AggregationTemporalityOtlpGrpcMetricExporter. getAggregationTemporality(InstrumentType instrumentType)AggregationOtlpGrpcMetricExporter. getDefaultAggregation(InstrumentType instrumentType) -
Uses of InstrumentType in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics declared as InstrumentType Modifier and Type Field Description private InstrumentTypeAutoValue_InstrumentSelector. instrumentTypeprivate InstrumentTypeInstrumentSelectorBuilder. instrumentTypeprivate InstrumentTypeInstrumentBuilder. typeMethods in io.opentelemetry.sdk.metrics that return InstrumentType Modifier and Type Method Description InstrumentTypeAutoValue_InstrumentSelector. getInstrumentType()abstract InstrumentTypeInstrumentSelector. getInstrumentType()Returns the selectedInstrumentType, or null if this selects all instrument types.static InstrumentTypeInstrumentType. valueOf(java.lang.String name)Returns 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 InstrumentType Modifier and Type Method Description (package private) SdkObservableInstrumentInstrumentBuilder. buildDoubleAsynchronousInstrument(InstrumentType type, java.util.function.Consumer<ObservableDoubleMeasurement> updater)(package private) SdkObservableInstrumentInstrumentBuilder. buildLongAsynchronousInstrument(InstrumentType type, java.util.function.Consumer<ObservableLongMeasurement> updater)(package private) SdkObservableMeasurementInstrumentBuilder. buildObservableMeasurement(InstrumentType type)(package private) static InstrumentSelectorInstrumentSelector. create(InstrumentType instrumentType, java.lang.String instrumentName, java.lang.String instrumentUnit, java.lang.String meterName, java.lang.String meterVersion, java.lang.String meterSchemaUrl)InstrumentSelectorBuilderInstrumentSelectorBuilder. setType(InstrumentType instrumentType)Select instruments with the giveninstrumentType.Constructors in io.opentelemetry.sdk.metrics with parameters of type InstrumentType Constructor Description AutoValue_InstrumentSelector(InstrumentType instrumentType, java.lang.String instrumentName, java.lang.String instrumentUnit, java.lang.String meterName, java.lang.String meterVersion, java.lang.String meterSchemaUrl)InstrumentBuilder(java.lang.String name, InstrumentType type, InstrumentValueType valueType, SdkMeter sdkMeter) -
Uses of InstrumentType in io.opentelemetry.sdk.metrics.export
Methods in io.opentelemetry.sdk.metrics.export with parameters of type InstrumentType Modifier and Type Method Description AggregationTemporalityAggregationTemporalitySelector. getAggregationTemporality(InstrumentType instrumentType)Return the aggregation temporality for theInstrumentType.AggregationTemporalityPeriodicMetricReader. getAggregationTemporality(InstrumentType instrumentType)intCardinalityLimitSelector. getCardinalityLimit(InstrumentType instrumentType)Return the default cardinality limit for metrics from instruments of typeinstrumentType.AggregationDefaultAggregationSelector. 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.AggregationPeriodicMetricReader. 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
Fields in io.opentelemetry.sdk.metrics.internal.descriptor declared as InstrumentType Modifier and Type Field Description private InstrumentTypeAutoValue_InstrumentDescriptor. typeMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return InstrumentType Modifier and Type Method Description InstrumentTypeAutoValue_InstrumentDescriptor. getType()abstract InstrumentTypeInstrumentDescriptor. getType()Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentType Modifier and Type Method Description static InstrumentDescriptorInstrumentDescriptor. create(java.lang.String name, java.lang.String description, java.lang.String unit, InstrumentType type, InstrumentValueType valueType, Advice advice)Constructors in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentType Constructor Description AutoValue_InstrumentDescriptor(java.lang.String name, java.lang.String description, java.lang.String unit, InstrumentType type, InstrumentValueType valueType, Advice advice) -
Uses of InstrumentType in io.opentelemetry.sdk.metrics.internal.view
Fields in io.opentelemetry.sdk.metrics.internal.view with type parameters of type InstrumentType Modifier and Type Field Description private java.util.Map<InstrumentType,RegisteredView>ViewRegistry. instrumentDefaultRegisteredView
-