Modifier and Type | Method and Description |
---|---|
void |
count(String metricName,
int delta)
Increases the value of the specific metric by delta.
|
void |
gauge(String metricName,
long value)
Sets the specific metric to the provided value.
|
void |
pipelineCount(String metricName,
int delta)
Increases the value of the specific metric by delta.
|
void |
pipelineGauge(String metricName,
long value)
Sets the specific metric to the provided value.
|
void count(String metricName, int delta)
void gauge(String metricName, long value)
void pipelineCount(String metricName, int delta)
metricName
- Name of the counter. Use alphanumeric characters in metric names.delta
- The value to increase by.void pipelineGauge(String metricName, long value)
metricName
- Name of the counter. Use alphanumeric characters in metric names.value
- The value to be set.Copyright © 2020 Cask Data, Inc. Licensed under the Apache License, Version 2.0.