mrproliu commented on a change in pull request #8617:
URL: https://github.com/apache/skywalking/pull/8617#discussion_r818312995
##########
File path:
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/source/DefaultScopeDefine.java
##########
@@ -101,6 +103,7 @@
public static final String SERVICE_RELATION_CATALOG_NAME =
"SERVICE_RELATION";
public static final String SERVICE_INSTANCE_RELATION_CATALOG_NAME =
"SERVICE_INSTANCE_RELATION";
public static final String ENDPOINT_RELATION_CATALOG_NAME =
"ENDPOINT_RELATION";
+ public static final String PROCESS_CATALOG_NAME = "PROCESS";
Review comment:
Adapted to the alarm module. But the `ProcessTraffic` only works for the
registration mechanism, don't need to implement the `WithMetadata` for the
alarm module. Also, because we use a hash algorithm(sha512) to generate the
process id, we can't analyze the metadata in the process, so I add a new Entity
to appoint them.
--
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]