Hi,
I’m having an issue with New Trend in that its not displaying the unit time in the console output.
This is how am I setting it. Not sure what I’m doing wrong.
const myTrend = new Trend('http_req_duration_create_booking');
myTrend.add(resCreateBookings.timings.duration, {
bookingTag: 'create booking',
});