Commit 8377066d authored by Henry Kalff's avatar Henry Kalff
Browse files

Add percentages to Metrics.

parent 3eff0ca8
......@@ -50,7 +50,7 @@ public interface Metric<M extends MetricValue<?>> {
*/
public enum MetricUnit {
NONE(""), TRAFFIC("byte/s"), TIME("us"), DATA(
"byte"), UNKNOWN("unknown"), JOULE("J"), METER("m");
"byte"), UNKNOWN("unknown"), JOULE("J"), METER("m"), PERCENTAGE("%");
private final String representation;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment