04 Oct 2018 06:40 AM - last edited on 25 May 2021 03:11 PM by MaciejNeumann
Hi guys
We have crated a custom device from Dynatrace Environment API with the coffee machine example.
We added groupId and set the current time at the datapoints part.
The execute return 200
And the device was create OK
Our question is where can we see or chart the time series?
Yos
Solved! Go to Solution.
04 Oct 2018 07:54 AM
It seems that your data points is not going through. Did you register the metric with the same type 'coffee.machine'?
There are several possible reasons for not getting a chart:
- Type is not sent correctly (has to be the same as registered timeseries)
- Timestamp is too old (not older than an hour) or is in the future
- Some issue with your registered dimension. Can you also post the timeseries registration call?
04 Oct 2018 09:11 AM
Hi Wolfgang,
Thanks for your response
here is the registration of the time series
and its response
06 Oct 2018 04:41 PM
Our mistake here was that we used the current time from online Epoch Unix Time Stamp Converter and we did not multiply the result by 1000. After doing that its working just fine!