3.4. Meter

Overview

The information of meters are included.

Data Type

parameter

description

datatype

meter_id

The UUID of the meter id

String(UUID)

name

The name of the meter

String

display_name

The friendly display name of the meter

String

project_id

The unique ID of the project(tenant) which the resource is belonging to

String

resource_id

The unique ID of the metering resource

String

namespace

The namespace of the metering SDP

String

source

Non-use

-

type

the type of measurement associated with the meter

String ( MeterType )

unit

The unit of measurement associated with the meter

String

user_id

Non-use

-

MeterType

type

description

cumulative

sample values of the meter are accumulated values

delta

sample values of the meter are changes between recorded values

gauge

sample values of the meter are momentary values at the time recorded them

Data Sample

[
    {
        "meter_id": "009c6501-5478-4c48-8eb0-9dcc6bbe4622",
        "name": "nova.cpu.utilization.percents",
        "display_name": "CpuUtilization",
        "project_id": "26574d10673044dbb03ffc8facc7ab7a",
        "resource_id": "nova_bd9431c1-8d69-4ad3-803a-8d4a6b89fd36",
        "namespace": "nova",
        "source": "",
        "type": "gauge",
        "unit": "percent",
        "user_id": ""
    }
]