wu-sheng commented on issue #3757: Can support  the "JVM instance metrics"  to  
alarm  now?
URL: https://github.com/apache/skywalking/issues/3757#issuecomment-548217874
 
 
   JVM is also an instance level metrics. Check the `catalog` definition.
   
   ```java
   @ScopeDeclaration(id = SERVICE_INSTANCE_JVM_MEMORY, name = 
"ServiceInstanceJVMMemory", catalog = SERVICE_INSTANCE_CATALOG_NAME)
   @ScopeDefaultColumn.VirtualColumnDefinition(fieldName = "entityId", 
columnName = "entity_id", isID = true, type = String.class)
   public class ServiceInstanceJVMMemory extends Source {
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to