Solved

Empty time series after insert datapoints

  • 1 March 2024
  • 3 replies
  • 33 views

Hi guys, 

Could you please help me find out why it still shows empty time series even though I have insert data points?

 

I am able to list the data points in “my_ts1” time series with API but I can’t view them in chart.

How can I view the time series data in chart? Thanks a lot!

icon

Best answer by Fredrik Holm 1 March 2024, 10:42

View original

3 replies

Badge

Hi Jasmin.

 

Please note that timestamp for datapoints is stated in milliseconds since the Epoch (Jan 1, 1970).

So the timestamp you should insert is probably something like 1708559337000.

Kind regards,

Fredrik

Hi Jasmin.

 

Please note that timestamp for datapoints is stated in milliseconds since the Epoch (Jan 1, 1970).

So the timestamp you should insert is probably something like 1708559337000.

Kind regards,

Fredrik

Thanks Fredrik! That makes sense,  I’ll check it later.

Solved. As  @Fredrik Holm said, the timestamp should be in milliseconds. It works now, thank you so much! You save my day.

Reply