All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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