Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Allow to convert to time data types for "Time column" #217

Closed
SvetoforColumb opened this issue Mar 17, 2020 · 3 comments
Closed

Allow to convert to time data types for "Time column" #217

SvetoforColumb opened this issue Mar 17, 2020 · 3 comments
Assignees
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@SvetoforColumb
Copy link

Feature Request

Is your feature request related to a problem? Please describe.
I have an issue when I try to use column that stores Unix microseconds as time column. Even if I use TIMESTAMP_MICROS() on column.

image
image

also the same problem with raw request

image

Describe the solution you'd like
Maybe macros should be allowed to have convert functions in it. Or the solution can be adding convert finctions to query builder.

Describe alternatives you've considered
I've tryed to use aliases and inserting convert functions into macros, but it didn't help.

@avivl avivl self-assigned this Mar 17, 2020
@avivl avivl added this to the 1.0.7 milestone Mar 17, 2020
@avivl avivl added the enhancement New feature or request label Mar 17, 2020
@avivl
Copy link
Contributor

avivl commented Mar 22, 2020

@SvetoforColumb what's the data type of the column that stores Unix microseconds?

@SvetoforColumb
Copy link
Author

@avivl integer (INT64)

@avivl
Copy link
Contributor

avivl commented Mar 23, 2020

I did not find any other Grafana data source that supports a calculated column as a time column

@avivl avivl closed this as completed Mar 23, 2020
@avivl avivl added the wontfix This will not be worked on label Mar 23, 2020
@avivl avivl removed this from the 1.0.7 milestone Mar 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants