Uses of Interface
io.opentelemetry.api.metrics.LongCounter
-
Packages that use LongCounter Package Description io.opentelemetry.api.incubator.metrics io.opentelemetry.api.metrics This package describes the Metrics API that can be used to record application Metrics.io.opentelemetry.exporter.internal Internal utilities for exporters.io.opentelemetry.sdk.logs.export Log exporters.io.opentelemetry.sdk.metrics The SDK implementation of metrics.io.opentelemetry.sdk.trace.export Utilities that allow tracing services to export data for sampled spans, as well as providing in-process span processing APIs. -
-
Uses of LongCounter in io.opentelemetry.api.incubator.metrics
Subinterfaces of LongCounter in io.opentelemetry.api.incubator.metrics Modifier and Type Interface Description interfaceExtendedLongCounterExtendedDoubleCounterwith experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongCounter Modifier and Type Class Description private static classExtendedDefaultMeter.NoopLongCounterFields in io.opentelemetry.api.incubator.metrics declared as LongCounter Modifier and Type Field Description private static LongCounterExtendedDefaultMeter.NoopLongCounterBuilder. NOOP_COUNTERMethods in io.opentelemetry.api.incubator.metrics that return LongCounter Modifier and Type Method Description LongCounterExtendedDefaultMeter.NoopLongCounterBuilder. build() -
Uses of LongCounter in io.opentelemetry.api.metrics
Classes in io.opentelemetry.api.metrics that implement LongCounter Modifier and Type Class Description private static classDefaultMeter.NoopLongCounterFields in io.opentelemetry.api.metrics declared as LongCounter Modifier and Type Field Description private static LongCounterDefaultMeter.NoopLongCounterBuilder. NOOP_COUNTERMethods in io.opentelemetry.api.metrics that return LongCounter Modifier and Type Method Description LongCounterDefaultMeter.NoopLongCounterBuilder. build()LongCounterLongCounterBuilder. build()Builds and returns a Counter instrument with the configuration. -
Uses of LongCounter in io.opentelemetry.exporter.internal
Fields in io.opentelemetry.exporter.internal declared as LongCounter Modifier and Type Field Description private LongCounterExporterMetrics. exportedAccess viaExporterMetrics.exported().private LongCounterExporterMetrics. seenAccess viaExporterMetrics.seen().Methods in io.opentelemetry.exporter.internal that return LongCounter Modifier and Type Method Description private LongCounterExporterMetrics. exported()private LongCounterExporterMetrics. seen() -
Uses of LongCounter in io.opentelemetry.sdk.logs.export
Fields in io.opentelemetry.sdk.logs.export declared as LongCounter Modifier and Type Field Description private LongCounterBatchLogRecordProcessor.Worker. processedLogsCounter -
Uses of LongCounter in io.opentelemetry.sdk.metrics
Classes in io.opentelemetry.sdk.metrics that implement LongCounter Modifier and Type Class Description (package private) classSdkLongCounter -
Uses of LongCounter in io.opentelemetry.sdk.trace.export
Fields in io.opentelemetry.sdk.trace.export declared as LongCounter Modifier and Type Field Description private LongCounterBatchSpanProcessor.Worker. processedSpansCounter
-