/
io.dropwizard.metrics/
metrics-collectd/
4.1.1/
com/
codahale/
metrics/
collectd/
SecurityLevel.java
SecurityLevel
NONE: SecurityLevel
SIGN: SecurityLevel
ENCRYPT: SecurityLevel
http://metrics.dropwizard.io/metrics-collectd
: A reporter for Metrics which announces measurements to Collectd.
Apache License 2.0
Coda Hale
Ryan Tenney
Artem Prigoda
package
com.codahale.metrics.collectd;
public
enum
SecurityLevel
{
NONE
,
SIGN
,
ENCRYPT
}