-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[exporter/clickhouse] use observed timestamp in logs #34151
[exporter/clickhouse] use observed timestamp in logs #34151
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code LGTM, Thanks. please add changelog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice find, appreciate the contribution. Add a changelog entry and this should be good to go.
Thanks!
d1872aa
to
434e0b4
Compare
I added the changelog and amended. Should be good now. |
d716293
to
ca2f6bb
Compare
…missing Some senders, such as the rust-opentelemetry do _not_ send timestamp in their logs. In these cases, if the timestamp is not set, we must use the observed timestamp instead.
ca2f6bb
to
56cceb8
Compare
@pimeys looks like there's a couple nits to the changelog. Let me know if you can resolve those so we can get this merged 👍 |
…34151) **Description:** Some senders, such as the rust-opentelemetry do _not_ send timestamp in their logs. In these cases, if the timestamp is not set, we must use the observed timestamp instead. **Link to tracking Issue:** open-telemetry#34150 **Testing:** Added a test which does not define timestamp --------- Co-authored-by: Curtis Robert <[email protected]> Co-authored-by: Pablo Baeyens <[email protected]> Co-authored-by: Alex Boten <[email protected]>
Description: Some senders, such as the rust-opentelemetry do not send timestamp in their logs. In these cases, if the timestamp is not set, we must use the observed timestamp instead.
Link to tracking Issue: #34150
Testing: Added a test which does not define timestamp