Uses of Class
org.pipecraft.infra.monitoring.graphite.GraphiteException
-
Packages that use GraphiteException Package Description org.pipecraft.infra.monitoring.graphite -
-
Uses of GraphiteException in org.pipecraft.infra.monitoring.graphite
Methods in org.pipecraft.infra.monitoring.graphite that throw GraphiteException Modifier and Type Method Description voidGraphiteClient. sendMetric(String key, Number value)Sends the metric to graphite, under environment root path, in the current timestamp.voidGraphiteClient. sendMetric(String key, Number value, long timestamp)Sends the metric to graphite, under environment root path, in the given timestamp.voidGraphiteClient. sendMetrics(Map<String,? extends Number> metrics)Sends the metrics to graphite, under environment root path, in the current timestamp.voidGraphiteClient. sendMetrics(Map<String,? extends Number> metrics, long timestamp)Sends the metric to graphite, under environment root path
-