-
Notifications
You must be signed in to change notification settings - Fork 220
Add Timestamps, Time Zones, Time Ranges, and Date Formats for OpenTelemetry Collector #4758
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
base: main
Are you sure you want to change the base?
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.
Approved, @JV0812. I'm sorry I missed seeing this one earlier!
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.
A few suggestions!
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
@kevin-sumo @sumoanema , I've tagged you both for review/feedback. |
The timestamp is the part of a log message that marks the time that an event occurred. During ingestion, we can detect the message timestamp, convert it to Unix epoch time (the number of milliseconds since midnight, January 1, 1970 UTC), and index it. The timestamp is parsed either using the default timestamp parsing settings, or a custom format that you specify. | ||
|
||
### OTel automated timestamp parsing | ||
|
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.
Per @echlebek , it would be useful to include another column that describes the name of the format, e.g., ISO8601
Purpose of this pull request
This pull request is to create OTel Timestamps Date Formats docs.
Select the type of change
Ticket (if applicable)
Create a page with "Supported timestamp and date format"