
com.github.arnabk.statsd.Priority Maven / Gradle / Ivy
package com.github.arnabk.statsd;
/**
* Event priority for datadog events
* @author arnab
*/
public enum Priority {
normal, low;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy