| Interface | Description |
|---|---|
| DashboardProvider |
Interface provides protocol for operate with Graphite dashboards.
|
| Class | Description |
|---|---|
| HttpDashboardProvider |
Default implementation of
DashboardProvider interface that provides communication with Graphite
instance via HTTP API for common dashboard operations like create/update, load, delete, find. |
| Exception | Description |
|---|---|
| GraphiteOperationException |
Signals that during operation with Graphite some errors occurred.
|