bdoyle0182 opened a new pull request, #5258: URL: https://github.com/apache/openwhisk/pull/5258
## Description The current scheduler wait time metric emits as soon as the queue manager receives an activation. From this point it's then put on to the respective action queue in which it may wait for variable amounts of time until the activation is retrieved by an action container from the queue. The existing wait time metric still exists but is renamed to `kafkaWaitTime` since it's essentially the wait time from when the transaction starts to when it gets to the scheduler. The new version of `waitTime` metric emits for an action whenever the action either is force error completed within the memory queue or when the activation is forwarded to an action container and removed from the scheduler queue. ## Related issue and scope N/A ## My changes affect the following components - [ ] API - [ ] Controller - [ ] Message Bus (e.g., Kafka) - [ ] Loadbalancer - [X] Scheduler - [ ] Invoker - [ ] Intrinsic actions (e.g., sequences, conductors) - [ ] Data stores (e.g., CouchDB) - [ ] Tests - [ ] Deployment - [ ] CLI - [ ] General tooling - [ ] Documentation ## Types of changes - [ ] Bug fix (generally a non-breaking change which closes an issue). - [X] Enhancement or new feature (adds new functionality). - [ ] Breaking change (a bug fix or enhancement which changes existing behavior). ## Checklist: - [X] I signed an [Apache CLA](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md). - [ X] I reviewed the [style guides](https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#coding-standards) and followed the recommendations (Travis CI will check :). - [ ] I added tests to cover my changes. - [ ] My changes require further changes to the documentation. - [ ] I updated the documentation where necessary. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
