Skip to content
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

Support epoch_micro in date processor patterns #4076

Closed
oeyh opened this issue Feb 2, 2024 · 3 comments · Fixed by #4098
Closed

Support epoch_micro in date processor patterns #4076

oeyh opened this issue Feb 2, 2024 · 3 comments · Fixed by #4098
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@oeyh
Copy link
Collaborator

oeyh commented Feb 2, 2024

Is your feature request related to a problem? Please describe.
We do support epoch_second, epoch_mili and epoch_nano, but noticed some users need epoch_micro as well.

We have a workaround using value_expression in add_entires to convert micro seconds to other format we support. But we might as well add this epoch_micro option to save the need for an additional processor.

Describe the solution you'd like
Support epoch_micro in date processor patterns

Describe alternatives you've considered (Optional)
Use value_expression in add_entires to convert micro seconds to other format we support

Additional context
N/A

@oeyh oeyh added untriaged enhancement New feature or request good first issue Good for newcomers labels Feb 2, 2024
@Utkarsh-Aga
Copy link
Contributor

Hello @oeyh
Can I contribute to this, as this is marked with good first issue ?
If yes, can you let me know the process for contribution ?

@oeyh
Copy link
Collaborator Author

oeyh commented Feb 5, 2024

@Utkarsh-Aga Absolutely. Thank you for offering to do this!
Please refer to this guideline for the process to open pull requests. Also you may find this developer guide helpful. Feel free to let us know if you have further questions.

@Utkarsh-Aga
Copy link
Contributor

Sure, Thanks a lot :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Development

Successfully merging a pull request may close this issue.

4 participants