Description:
Services:
| Collect flat metrics | ||
|---|---|---|
| Description | Collects the metrics and remove them from the queue | |
| Method | POST | |
| URL | /monitoring/metrics | |
| Parameters | ||
| action | “poll” is the unique available value | mandatory |
| maxchunksize | The max number of metrics to return | optional |
| Example | ||
| /monitoring/metrics?action=poll&maxchunksize=1000 | ||