| Package | Description |
|---|---|
| org.springframework.boot.actuate.metrics.export.prometheus |
Actuator support for exporting metrics to Prometheus.
|
| Modifier and Type | Method and Description |
|---|---|
static PrometheusPushGatewayManager.ShutdownOperation |
PrometheusPushGatewayManager.ShutdownOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrometheusPushGatewayManager.ShutdownOperation[] |
PrometheusPushGatewayManager.ShutdownOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrometheusPushGatewayManager(io.prometheus.client.exporter.PushGateway pushGateway,
io.prometheus.client.CollectorRegistry registry,
Duration pushRate,
String job,
Map<String,String> groupingKeys,
PrometheusPushGatewayManager.ShutdownOperation shutdownOperation)
Create a new
PrometheusPushGatewayManager instance using a single threaded
TaskScheduler. |
PrometheusPushGatewayManager(io.prometheus.client.exporter.PushGateway pushGateway,
io.prometheus.client.CollectorRegistry registry,
org.springframework.scheduling.TaskScheduler scheduler,
Duration pushRate,
String job,
Map<String,String> groupingKey,
PrometheusPushGatewayManager.ShutdownOperation shutdownOperation)
Create a new
PrometheusPushGatewayManager instance. |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.