| Package | Description |
|---|---|
| com.aphyr.riemann.client | |
| com.codahale.metrics.riemann | |
| com.yammer.metrics.reporting |
| Modifier and Type | Class and Description |
|---|---|
class |
RiemannBatchClient |
class |
RiemannClient |
| Modifier and Type | Field and Description |
|---|---|
IRiemannClient |
RiemannScheduler.client |
IRiemannClient |
RiemannBatchClient.client |
IRiemannClient |
EventDSL.client |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RiemannScheduler.Task.run(IRiemannClient r) |
static IPromise<Proto.Msg> |
RiemannClient.sendException(IRiemannClient client,
String service,
Throwable t) |
| Constructor and Description |
|---|
EventDSL(IRiemannClient client) |
RiemannBatchClient(IRiemannClient client) |
RiemannBatchClient(IRiemannClient client,
int batchSize) |
RiemannScheduler(IRiemannClient client) |
RiemannScheduler(IRiemannClient client,
int poolSize) |
| Constructor and Description |
|---|
Riemann(IRiemannClient client) |
| Modifier and Type | Field and Description |
|---|---|
IRiemannClient |
RiemannReporter.riemann |
| Constructor and Description |
|---|
RiemannReporter(RiemannReporter.Config c,
IRiemannClient riemann) |
Copyright © 2015. All rights reserved.