WillemJiang commented on a change in pull request #555: [SCB-327] Update
metrics publish data module (Re-organized)
URL:
https://github.com/apache/incubator-servicecomb-java-chassis/pull/555#discussion_r169881157
##########
File path:
common/common-rest/src/main/java/org/apache/servicecomb/common/rest/AbstractRestInvocation.java
##########
@@ -114,8 +113,8 @@ public String getContext(String key) {
protected void scheduleInvocation() {
OperationMeta operationMeta = restOperationMeta.getOperationMeta();
- InvocationStartedEvent startedEvent = new
InvocationStartedEvent(operationMeta.getMicroserviceQualifiedName(),
- InvocationType.PRODUCER, System.nanoTime());
+ ProducerInvocationStartedEvent startedEvent = new
ProducerInvocationStartedEvent(
Review comment:
Why do you introduce the ProducerInvocationStartedEvent?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services