How would I extract monitoring metrics? I would like to create a performance report for management.
While we have been looking into more convenient export methods, what we have available today are a collection of APIs.
The overview is here:
https://documentation.truesight.bmc.com/overview
We think in terms of metrics (classes) and measurements (samples) so you will be interested in the 'get measurements' api:
https://documentation.truesight.bmc.com/v1/get/measurements/:metric
https://documentation.truesight.bmc.com/v1/get/measurements/:Batch
Using these, one can extract the metrics from the system for whatever purpose one wishes.