Package com.paragon.telemetry.otel¶
This docs was updated at: 2026-02-23
Records¶
| Name | Description |
|---|---|
OtelAttribute |
OpenTelemetry key-value attribute pair |
OtelAttributeValue |
OpenTelemetry attribute value wrapper supporting different value types |
OtelDataPoint |
Represents an OTLP metric data point (gauge/counter value at a point in time) |
OtelExportRequest |
Full OTLP/HTTP trace export request body |
OtelLogRecord |
Represents an OTLP log record |
OtelLogsExportRequest |
Top-level structure for OTLP/HTTP logs export |
OtelMetric |
Represents an OTLP metric with its data points |
OtelMetricsExportRequest |
Top-level structure for OTLP/HTTP metrics export |
OtelResource |
OpenTelemetry resource describing the entity producing telemetry |
OtelResourceLog |
Groups scope logs by their originating resource |
OtelResourceMetric |
Groups scope metrics by their originating resource |
OtelResourceSpan |
Represents a collection of spans from a single resource |
OtelScope |
OpenTelemetry instrumentation scope information |
OtelScopeLog |
Groups log records from a single instrumentation scope |
OtelScopeMetric |
Groups metrics from a single instrumentation scope |
OtelScopeSpan |
Collection of spans from a single instrumentation scope |
OtelSpan |
OpenTelemetry span representing a unit of work or operation |
OtelStatus |
OpenTelemetry span status |