3. Meters

3.1. Object Model

A meter groups a series of related metrics. Each metric is backed by a timeseries. Meter level attributes are:

Identifier level attributes are:

Metric level attributes are:

The meter API supports the creation, update and retrieval of this data.

3.2. Operations

3.2.1. List Meters

List all the meters in the database. The actual list will be filtered to only return meters for which the user has read permissions.

3.2.2. Create Meter

Create a new meter.

3.2.3. Read Meter

Read the meter level attributes of the given meter.

3.2.4. Update Meter

Update the meter level attributes of the given meter.

3.2.5. Delete Meter

Delete a meter and all associated records.