How to find the meter-id for retrieving and deleting a specific meter
This is the id field in the objects returned by the /meters endpoints. For instance, calling 'GET /meters' will return a list of meter objects, each containing an id field:
[
{
"meterApiName": "compute-instance-hours",
"meterType": "sum_of_all_usage",
"id": "2501a230-2e0d-11ed-862e-1b062db952ae",
...
},
...
]
See related from Metering and Event Ingestion:
- How to measure a multi-step process using a duration meter
- How to track seat-based objects in Amberflo
- How to meter the number of active seats or users for a customer
- How to understand dimensions in Amberflo
- How to verify the accuracy of meter data
- How to track and bill for "high watermark" usage
- How to handle erroneous or incorrect meters sent to Amberflo
- How to delete meters that are no longer in use
- How to handle high volume high cardinality event streams