Dash0 acquires Polar Signals

Component schema

GetLogRecordsResponse

object1 direct reference

Definition

Response for the GetLogRecords API. The response contains the log records that match the request.

This API deliberately reuses the full OTLP JSON format for logs. This is done to aid compatibility with existing OTLP consumers.

FixedTime

The property is only included when includeOTLPSchemaExtensions is true.

TimeRange

The property is only included when includeOTLPSchemaExtensions is true.

The cursors for the next sets of results. This property is included to support pagination through the result set when additional pages are available.

ResourceLogs[]required

There is one ResourceLogs per resource. This is aligned to the data most OTLP batching algorithms would produce, where there is one ResourceLogs per resource. This is done to aid compatibility with existing OTLP consumers.

ResourceLogs are NOT sorted. There is no guarantee that ResourceLogs are sorted or that LogRecords within them are sorted. However, it is guaranteed that all data is sorted across paged requests.

Clients are advised to implement sorting within a page descending by the LogRecord's timeUnixNano, observedTimeUnixNano and then id.

Used by 1

These schemas and endpoints reference this type directly.