Appdynamics / Appdynamics/AppDynamics.DEXTER
Pass job time range / duration to calls to /controller/rest/applications/application_name/nodes
- Dominant language
- C#
- Stars
- 85
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Currently Dexter assumes you want all nodes returned in node reports, even inactive ones that will eventually be purged. The request is to enhance Dexter to pass through the job timerange to the timeRange parameter of the calls made to /controller/rest/applications/application_name/nodes API via controllerApi.GetAPMNodes(), ensuring that only 'live' nodes during that time range are returned, not stale nodes or nodes on which the clock has started for purging.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating controllerApi.GetAPMNodes() and the callers that know the job time range. Trace how requests are made to the applications/{application_name}/nodes API, then verify that the job range is passed as timeRange and that returned nodes are limited to those live during that range.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100