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 AttributesMapAttributesMap.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 AttributesMapSdkLogRecordBuilder.attributesprivate AttributesMapSdkReadWriteLogRecord.attributesMethods in io.opentelemetry.sdk.logs with parameters of type AttributesMapModifier and TypeMethodDescription(package private) static SdkReadWriteLogRecordSdkReadWriteLogRecord.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 AttributesMapModifierConstructorDescriptionprivateSdkReadWriteLogRecord(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 AttributesMapSdkSpan.attributesprivate AttributesMapSdkSpanBuilder.attributesMethods in io.opentelemetry.sdk.trace that return AttributesMapMethods in io.opentelemetry.sdk.trace with parameters of type AttributesMapModifier and TypeMethodDescription(package private) static SdkSpanSdkSpan.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 AttributesMapModifierConstructorDescriptionprivateSdkSpan(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)