Uses of Class
io.opentelemetry.sdk.internal.AttributesMap
Packages that use AttributesMap
Package
Description
Interfaces and implementations that are internal to OpenTelemetry.
The OpenTelemetry SDK implementation of logging.
The OpenTelemetry SDK implementation of tracing.
-
Uses of AttributesMap in io.opentelemetry.sdk.internal
Methods in io.opentelemetry.sdk.internal that return AttributesMapModifier and TypeMethodDescriptionstatic AttributesMap
AttributesMap.create
(long capacity, int lengthLimit) Create an instance. -
Uses of AttributesMap in io.opentelemetry.sdk.logs
Fields in io.opentelemetry.sdk.logs declared as AttributesMapModifier and TypeFieldDescriptionprivate AttributesMap
SdkLogRecordBuilder.attributes
private AttributesMap
SdkReadWriteLogRecord.attributes
Methods in io.opentelemetry.sdk.logs with parameters of type AttributesMapModifier and TypeMethodDescription(package private) static SdkReadWriteLogRecord
SdkReadWriteLogRecord.create
(LogLimits logLimits, Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long timestampEpochNanos, long observedTimestampEpochNanos, SpanContext spanContext, Severity severity, String severityText, Value<?> body, AttributesMap attributes) Create the log record with the given configuration.Constructors in io.opentelemetry.sdk.logs with parameters of type AttributesMapModifierConstructorDescriptionprivate
SdkReadWriteLogRecord
(LogLimits logLimits, Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long timestampEpochNanos, long observedTimestampEpochNanos, SpanContext spanContext, Severity severity, String severityText, Value<?> body, AttributesMap attributes) -
Uses of AttributesMap in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as AttributesMapModifier and TypeFieldDescriptionprivate AttributesMap
SdkSpan.attributes
private AttributesMap
SdkSpanBuilder.attributes
Methods in io.opentelemetry.sdk.trace that return AttributesMapMethods in io.opentelemetry.sdk.trace with parameters of type AttributesMapModifier and TypeMethodDescription(package private) static SdkSpan
SdkSpan.startSpan
(SpanContext context, String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, Span parentSpan, Context parentContext, SpanLimits spanLimits, SpanProcessor spanProcessor, Clock tracerClock, Resource resource, AttributesMap attributes, List<LinkData> links, int totalRecordedLinks, long userStartEpochNanos) Creates and starts a span with the given configuration.Constructors in io.opentelemetry.sdk.trace with parameters of type AttributesMapModifierConstructorDescriptionprivate
SdkSpan
(SpanContext context, String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, SpanContext parentSpanContext, SpanLimits spanLimits, SpanProcessor spanProcessor, AnchoredClock clock, Resource resource, AttributesMap attributes, List<LinkData> links, int totalRecordedLinks, long startEpochNanos)