emitskevich-blp opened a new pull request, #15722:
URL: https://github.com/apache/kafka/pull/15722

   [Implementation of KIP-773](https://github.com/apache/kafka/pull/11302) 
deprecated `iotime-total`  and `io-waittime-total` metrics. It wasn't expected 
to mark `io-ratio` and `io-wait-ratio` deprecated. However, now they have 
`*Deprecated* ` in their description. Here is the reason:
   1. register `io-ratio` (desc: `*Deprecated* The fraction of time ...`) -> 
registered
   2. register `iotime-total` (desc: `*Deprecated* The total time ...`) -> 
registered 
   3. register `io-ratio` (desc: `The fraction of time ...`) -> **skipped, the 
same name already exists in registry**
   4. register `io-time-ns-total` (desc: `The total time ...`) -> registered 
   
   As a result, `io-ratio` has incorrect description. The same for 
`io-wait-ratio`. This PR fixes these descriptions..
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to