-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
opentelemetryEverything related to OpenTelemetry OTLP OTelEverything related to OpenTelemetry OTLP OTeltype/featureSomething new we should doSomething new we should do
Description
Is your feature request related to a problem? Please describe.
OpenTelemetry supports "Events" which are essentially LogRecords
s with an additional EventName
field. This field is not visible when sending logs to Loki over OTLP.
Using the example payload from https://github.com/open-telemetry/opentelemetry-proto/blob/main/examples/events.json (changing timestamp). Observe that browser.page_view
is not visible.

Describe the solution you'd like
At a minimum I would like the EventName
to be visible and searchable. I am not sure how it should map to Loki, e.g. label or structured metadata.
Describe alternatives you've considered
None
Additional context
puretension and cjaliaga
Metadata
Metadata
Assignees
Labels
opentelemetryEverything related to OpenTelemetry OTLP OTelEverything related to OpenTelemetry OTLP OTeltype/featureSomething new we should doSomething new we should do