wu-sheng commented on a change in pull request #6066:
URL: https://github.com/apache/skywalking/pull/6066#discussion_r549204539
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/manual/endpoint/EndpointTraffic.java
##########
@@ -39,7 +40,7 @@
builder = EndpointTraffic.Builder.class, processor =
MetricsStreamProcessor.class)
@MetricsExtension(supportDownSampling = false, supportUpdate = false)
@EqualsAndHashCode
-public class EndpointTraffic extends Metrics {
+public class EndpointTraffic extends Metrics implements Traffic {
Review comment:
After discussion, let's use `@Metadata` to separate this from real
metrics.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]