newrelic / nr1-pathpoint

Pathpoint is an enterprise platform tracker that models system health in relation to actual user-impacting business stages.
Apache License 2.0
8 stars 19 forks source link

APS Touchpoint require to add measure_time #71

Closed rsamanez closed 5 months ago

rsamanez commented 1 year ago

The function that recreates the touchpoints definitions after an update has a bug in the APS Touchpoint. It requiere to add the measure_time property

Description

File: services/DataMamager.js Function: UpdateNewConfiguration

Steps to Reproduce

There’s an issue I have found with Pathpoint, I am not able to save changes in “since” time in query window for "APS touchpoint" type

Solution

Add this code on line 2501:
measure_time: query_measure_time,

Screenshot 2023-09-02 at 2 01 34 AM