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 interface
ExtendedLongCounter
ExtendedDoubleCounter
with experimental APIs.Classes in io.opentelemetry.api.incubator.metrics that implement LongCounter Modifier and Type Class Description private static class
ExtendedDefaultMeter.NoopLongCounter
Fields in io.opentelemetry.api.incubator.metrics declared as LongCounter Modifier and Type Field Description private static LongCounter
ExtendedDefaultMeter.NoopLongCounterBuilder. NOOP_COUNTER
Methods in io.opentelemetry.api.incubator.metrics that return LongCounter Modifier and Type Method Description LongCounter
ExtendedDefaultMeter.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 class
DefaultMeter.NoopLongCounter
Fields in io.opentelemetry.api.metrics declared as LongCounter Modifier and Type Field Description private static LongCounter
DefaultMeter.NoopLongCounterBuilder. NOOP_COUNTER
Methods in io.opentelemetry.api.metrics that return LongCounter Modifier and Type Method Description LongCounter
DefaultMeter.NoopLongCounterBuilder. build()
LongCounter
LongCounterBuilder. 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 LongCounter
ExporterMetrics. exported
Access viaExporterMetrics.exported()
.private LongCounter
ExporterMetrics. seen
Access viaExporterMetrics.seen()
.Methods in io.opentelemetry.exporter.internal that return LongCounter Modifier and Type Method Description private LongCounter
ExporterMetrics. exported()
private LongCounter
ExporterMetrics. 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 LongCounter
BatchLogRecordProcessor.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) class
SdkLongCounter
-
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 LongCounter
BatchSpanProcessor.Worker. processedSpansCounter
-