
com.wavefront.sdk.appagent.jvm.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wavefront-runtime-sdk-jvm Show documentation
Show all versions of wavefront-runtime-sdk-jvm Show documentation
Use this SDK in your JVM to collect out of the box JVM diagnostics metrics.
The newest version!
package com.wavefront.sdk.appagent.jvm;
/**
* JVM SDK constants.
*
* @author Sushant Dewan ([email protected]).
*/
public class Constants {
/**
* Name of the app-agent JVM SDK component.
*/
public final static String JVM_COMPONENT = "jvm";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy