Uses of Class
io.opentelemetry.sdk.internal.AttributesMap
-
Packages that use AttributesMap Package Description io.opentelemetry.sdk.internal Interfaces and implementations that are internal to OpenTelemetry.io.opentelemetry.sdk.logs The OpenTelemetry SDK implementation of logging.io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing. -
-
Uses of AttributesMap in io.opentelemetry.sdk.internal
Methods in io.opentelemetry.sdk.internal that return AttributesMap Modifier and Type Method Description static 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 AttributesMap Modifier and Type Field Description private AttributesMap
SdkLogRecordBuilder. attributes
private AttributesMap
SdkReadWriteLogRecord. attributes
Methods in io.opentelemetry.sdk.logs with parameters of type AttributesMap Modifier and Type Method Description (package private) static SdkReadWriteLogRecord
SdkReadWriteLogRecord. create(LogLimits logLimits, Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long timestampEpochNanos, long observedTimestampEpochNanos, SpanContext spanContext, Severity severity, java.lang.String severityText, Value<?> body, AttributesMap attributes)
Create the log record with the given configuration.Constructors in io.opentelemetry.sdk.logs with parameters of type AttributesMap Constructor Description SdkReadWriteLogRecord(LogLimits logLimits, Resource resource, InstrumentationScopeInfo instrumentationScopeInfo, long timestampEpochNanos, long observedTimestampEpochNanos, SpanContext spanContext, Severity severity, java.lang.String severityText, Value<?> body, AttributesMap attributes)
-
Uses of AttributesMap in io.opentelemetry.sdk.trace
Fields in io.opentelemetry.sdk.trace declared as AttributesMap Modifier and Type Field Description private AttributesMap
SdkSpan. attributes
private AttributesMap
SdkSpanBuilder. attributes
Methods in io.opentelemetry.sdk.trace that return AttributesMap Modifier and Type Method Description private AttributesMap
SdkSpanBuilder. attributes()
Methods in io.opentelemetry.sdk.trace with parameters of type AttributesMap Modifier and Type Method Description (package private) static SdkSpan
SdkSpan. startSpan(SpanContext context, java.lang.String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, Span parentSpan, Context parentContext, SpanLimits spanLimits, SpanProcessor spanProcessor, Clock tracerClock, Resource resource, AttributesMap attributes, java.util.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 AttributesMap Constructor Description SdkSpan(SpanContext context, java.lang.String name, InstrumentationScopeInfo instrumentationScopeInfo, SpanKind kind, SpanContext parentSpanContext, SpanLimits spanLimits, SpanProcessor spanProcessor, AnchoredClock clock, Resource resource, AttributesMap attributes, java.util.List<LinkData> links, int totalRecordedLinks, long startEpochNanos)
-