I need to add previous timestamped data in Application Insights in Azure for the custom metrics.
How can I do that through Application Insighs Java SDK ?
I Tried using MetricTelemtry to set the Timestamp. But still the data is reflected with the current date and time.
How can I achieve this?