-
What Grafana version and what operating system are you using?
v9.4.7 (4add91f03d) -
What are you trying to achieve?
I am trying to display my timestamp and have it include milliseconds. Right now, I’ve verified that my timestamp is receiving milliseconds in the query inspector.
Here is an example of my timestamp:
timestamp:“2024-07-18T06:28:03.655” -
How are you trying to achieve it?
I have tried using a transformation called “Convert field type” but cannot get the formatting right I am using this as the input format but it seems it might be incorrect:
YYYY-MM-DDTHH:mm:ss.SSSExample result when using that transformation:
2024-07-18 01:23:19and another example when using the transformation “YYYY-MM-DDTHH:mm:ss.s”:
2024-07-18 02:23:16.000I have also tried using the field override but that seems to do nothing.
-
What happened?
The milliseconds are never included no matter how I try to format my input format. -
What did you expect to happen?
The milliseconds to be included -
Can you copy/paste the configuration(s) that you are having problems with?
- Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
No - Did you follow any online instructions? If so, what is the URL?
I tried following the solution here but couldn’t get it to work
Loki swap the ts value and time in explore module - #9 by rogeliocodes