cloudfoundry / cloudfoundry/cf-java-client

New properties missing from related DTO's

Open
#1,170 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
334
Forks
319
PR merge metrics
No merged PRs in 30d

Description

Hi guys,

There are 2 new properties which are not documented and are not part of the objects supposed to include them.

First property is log_rate_limit - which was introduced here "https://github.com/cloudfoundry/capi-release/issues/245"
It is not documented, but returns as part of the response when calling "GET /v3/apps/:guid/processes/:type/stats".
It is not included in the DTO that is accepting the response for that call GetProcessStatisticsResponse.

Second property that is not documented and doesn't exist is log_rate which appears under "ProcessUsage" response object, which is also part of the GetProcessStatisticsResponse.

Thanks,
Zac.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the GetProcessStatisticsResponse DTO and its ProcessUsage response object, then compare them with GET /v3/apps/:guid/processes/:type/stats and the referenced Cloud Foundry change. The work is complete when log_rate_limit and log_rate are represented in the appropriate DTOs and documented consistently with the response.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
api
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.