co.cask.tigon.metrics
Interface MetricsCollector
public interface MetricsCollector
A MetricCollector allows client publish counter metrics.
|
Method Summary |
void |
gauge(String metricName,
int value,
String... tags)
Log a metric value at the current time. |
gauge
void gauge(String metricName,
int value,
String... tags)
- Log a metric value at the current time.
- Parameters:
metricName - Name of the metric.value - value of the metric.tags - Tags associated with the metric.
Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.