public class GraphiteNamingConvention extends Object implements NamingConvention
NamingConvention
for Graphite.camelCase, dot, identity, slashes, snakeCase, upperCamelCase
Constructor and Description |
---|
GraphiteNamingConvention() |
GraphiteNamingConvention(NamingConvention delegate) |
Modifier and Type | Method and Description |
---|---|
String |
name(String name,
Meter.Type type,
String baseUnit) |
String |
tagKey(String key) |
String |
tagValue(String value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
name
public GraphiteNamingConvention()
public GraphiteNamingConvention(NamingConvention delegate)
public String name(String name, Meter.Type type, @Nullable String baseUnit)
name
in interface NamingConvention
public String tagKey(String key)
tagKey
in interface NamingConvention
public String tagValue(String value)
tagValue
in interface NamingConvention
Copyright © 2018. All rights reserved.