| Package | Description |
|---|---|
| tech.energyit.statsd |
| Modifier and Type | Class and Description |
|---|---|
class |
TagImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
StatsDClient.count(byte[] aspect,
double delta,
double sampleRate,
Tag... tags)
Adjusts the specified counter by a given delta.
|
void |
FastStatsDClient.count(byte[] aspect,
double delta,
double sampleRate,
Tag... tags) |
void |
StatsDClient.count(byte[] aspect,
double delta,
Tag... tags)
Adjusts the specified counter by a given delta.
|
void |
FastStatsDClient.count(byte[] aspect,
double delta,
Tag... tags) |
void |
StatsDClient.count(byte[] aspect,
long delta,
double sampleRate,
Tag... tags)
Adjusts the specified counter by a given delta.
|
void |
FastStatsDClient.count(byte[] aspect,
long delta,
double sampleRate,
Tag... tags) |
void |
StatsDClient.count(byte[] aspect,
long delta,
Tag... tags)
Adjusts the specified counter by a given delta.
|
void |
FastStatsDClient.count(byte[] aspect,
long delta,
Tag... tags) |
void |
StatsDClient.gauge(byte[] aspect,
char deltaSign,
double value,
Tag... tags)
Records the delta value for the specified named gauge.
|
void |
FastStatsDClient.gauge(byte[] aspect,
char deltaSign,
double value,
Tag... tags) |
void |
StatsDClient.gauge(byte[] aspect,
char deltaSign,
long value,
Tag... tags)
Records the delta value for the specified named gauge.
|
void |
FastStatsDClient.gauge(byte[] aspect,
char deltaSign,
long value,
Tag... tags) |
void |
StatsDClient.gauge(byte[] aspect,
double value,
double sampleRate,
Tag... tags)
Records the latest fixed value for the specified named gauge.
|
void |
FastStatsDClient.gauge(byte[] aspect,
double value,
double sampleRate,
Tag... tags) |
void |
StatsDClient.gauge(byte[] aspect,
double value,
Tag... tags)
Records the latest fixed value for the specified named gauge.
|
void |
FastStatsDClient.gauge(byte[] aspect,
double value,
Tag... tags) |
void |
StatsDClient.gauge(byte[] aspect,
long value,
double sampleRate,
Tag... tags)
Records the latest fixed value for the specified named gauge.
|
void |
FastStatsDClient.gauge(byte[] aspect,
long value,
double sampleRate,
Tag... tags) |
void |
StatsDClient.gauge(byte[] aspect,
long value,
Tag... tags)
Records the latest fixed value for the specified named gauge.
|
void |
FastStatsDClient.gauge(byte[] aspect,
long value,
Tag... tags) |
void |
StatsDClient.histogram(byte[] aspect,
double value,
double sampleRate,
Tag... tags)
Records a value for the specified named histogram.
|
void |
FastStatsDClient.histogram(byte[] aspect,
double value,
double sampleRate,
Tag... tags) |
void |
StatsDClient.histogram(byte[] aspect,
double value,
Tag... tags)
Records a value for the specified named histogram.
|
void |
FastStatsDClient.histogram(byte[] aspect,
double value,
Tag... tags) |
void |
StatsDClient.histogram(byte[] aspect,
long value,
double sampleRate,
Tag... tags)
Records a value for the specified named histogram.
|
void |
FastStatsDClient.histogram(byte[] aspect,
long value,
double sampleRate,
Tag... tags) |
void |
StatsDClient.histogram(byte[] aspect,
long value,
Tag... tags)
Records a value for the specified named histogram.
|
void |
FastStatsDClient.histogram(byte[] aspect,
long value,
Tag... tags) |
void |
StatsDClient.meter(byte[] aspect,
double value,
Tag... tags)
Records a value for the specified named meter.
|
void |
FastStatsDClient.meter(byte[] aspect,
double value,
Tag... tags) |
void |
StatsDClient.meter(byte[] aspect,
long value,
Tag... tags)
Records a value for the specified named meter.
|
void |
FastStatsDClient.meter(byte[] aspect,
long value,
Tag... tags) |
void |
StatsDClient.set(byte[] aspect,
double value,
double sampleRate,
Tag... tags)
Records a value for the specified named set.
|
void |
FastStatsDClient.set(byte[] aspect,
double value,
double sampleRate,
Tag... tags) |
void |
StatsDClient.set(byte[] aspect,
double value,
Tag... tags)
Records a value for the specified named set.
|
void |
FastStatsDClient.set(byte[] aspect,
double value,
Tag... tags) |
void |
StatsDClient.set(byte[] aspect,
long value,
double sampleRate,
Tag... tags)
Records a value for the specified named set.
|
void |
FastStatsDClient.set(byte[] aspect,
long value,
double sampleRate,
Tag... tags) |
void |
StatsDClient.set(byte[] aspect,
long value,
Tag... tags)
Records a value for the specified named distribution.
|
void |
FastStatsDClient.set(byte[] aspect,
long value,
Tag... tags) |
void |
StatsDClient.time(byte[] aspect,
long timeInMs,
double sampleRate,
Tag... tags)
Records an execution time in milliseconds for the specified named operation.
|
void |
FastStatsDClient.time(byte[] aspect,
long timeInMs,
double sampleRate,
Tag... tags) |
void |
StatsDClient.time(byte[] aspect,
long timeInMs,
Tag... tags)
Records an execution time in milliseconds for the specified named operation.
|
void |
FastStatsDClient.time(byte[] aspect,
long timeInMs,
Tag... tags) |
Copyright © 2021. All rights reserved.