You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This endpoint returns information for all instances (= actual LRPs) for
the given process. Per instance the following information is shown:
index, state, since.
The data is retrieved from Diego via the endpoint
'/v1/actual_lrps/list_by_process_guids'.
The InstancesStatsReporter processes this data as follows:
- group by process guid
- sort / group by index
- keep only the newest LRP per index
- fill missing instances (i.e. less actual LRPs than desired) with DOWN
state
Additional changes:
- BbsInstancesClient: handle_diego_errors needs check for
ResourceNotFound only when calling desired_lrp_by_process_guid. The
other methods return an empty list.
- BuildpackPresenter, ProcessPresenter: remove useless method
Co-authored-by: Sven Krieger <sven.krieger@sap.com>
0 commit comments