You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Azure Event Hub receiver does not set the the ObservedTimestamp for ingested logs.
Steps to Reproduce
Configure an Otel collector pipeline using the azureeventhub receiver and the file exporter with no additional processing and view the output log records.
Expected Result
Each log record should contain an ObservedTimestamp as described in the logs data model here.
Actual Result
In addition to the body, each log record only contains a timeUnixNano field but not an observedTimeUnixNano, as seen in other log records where the ObservedTimestamp is set.
Component(s)
receiver/azureeventhub
What happened?
Description
The Azure Event Hub receiver does not set the the ObservedTimestamp for ingested logs.
Steps to Reproduce
Configure an Otel collector pipeline using the
azureeventhub
receiver and thefile
exporter with no additional processing and view the output log records.Expected Result
Each log record should contain an ObservedTimestamp as described in the logs data model here.
Actual Result
In addition to the
body
, each log record only contains atimeUnixNano
field but not anobservedTimeUnixNano
, as seen in other log records where the ObservedTimestamp is set.Collector version
v0.115.0
Environment information
Environment
Docker Desktop 4.36.0 running on Mac OSX M3
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: