| Package | Description |
|---|---|
| org.hawkular.agent.monitor.dynamicprotocol | |
| org.hawkular.agent.monitor.dynamicprotocol.prometheus |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DynamicEndpointService> |
DynamicProtocolService.getDynamicEndpointServices() |
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicProtocolService.add(DynamicEndpointService newEndpointService)
This will add a new endpoint service to the list.
|
DynamicProtocolService.Builder |
DynamicProtocolService.Builder.endpointService(DynamicEndpointService endpointService) |
| Constructor and Description |
|---|
DynamicProtocolService(Map<String,DynamicEndpointService> endpointServices) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrometheusDynamicEndpointService
The endpoint service responsible for scraping metrics from a Prometheus endpoint and writing
the data to Hawkular Metrics.
|
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.