@Path(value="monitoring") public class MonitoringResource extends Object
| Constructor and Description |
|---|
MonitoringResource() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
getDiagnostics()
Prometheus format
Example:
http_requests_total{method="post",code="200"} 1027 1395066363000
http_requests_total{method="post",code="400"} 3 1395066363000
|
void |
registerInJMX() |
@PostConstruct public void registerInJMX()
@GET @Produces(value="text/plain; version=0.0.4") public javax.ws.rs.core.Response getDiagnostics()
Copyright © 2016–2020 Imixs Software Solutions GmbH. All rights reserved.