-
Notifications
You must be signed in to change notification settings - Fork 75
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
Time field of type UInt64 not detected in log explorer #420
Comments
Is there a way we can reproduce this to verify and fix the issue? |
|
Circling back to this, what we're really talking about is transformation of a field to a |
Why not? Our customers are very technical users.
Agreed, it seems to be the most user-friendly and easy-to-use option. @asimpson @bossinc are you okay with the proposed UX? |
@mshustov Yes, the proposed UX looks good! |
Agreed, this is great. 🏆 |
In v4 you can now type in your own casting function in the time field. Being able to type any function into the field is the most flexible, but we can re-open this if we want to re-visit the proposed UI change |
Signoz uses timestamp column with UInt64 type, TimeField does not give the possibility to cast toDateTime(timestamp / 1000000000) and use it as TimeField.
The text was updated successfully, but these errors were encountered: