io.dropwizard.metrics5.collectd.SecurityLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-collectd Show documentation
Show all versions of metrics-collectd Show documentation
A reporter for Metrics which announces measurements to Collectd.
package io.dropwizard.metrics5.collectd;
public enum SecurityLevel {
NONE,
SIGN,
ENCRYPT
}