Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

11.32. ceilometer sample-create

usage: ceilometer sample-create [--project-id <SAMPLE_PROJECT_ID>]
                                [--user-id <SAMPLE_USER_ID>] -r <RESOURCE_ID>
                                -m <METER_NAME> --meter-type <METER_TYPE>
                                --meter-unit <METER_UNIT> --sample-volume
                                <SAMPLE_VOLUME>
                                [--resource-metadata <RESOURCE_METADATA>]
                                [--timestamp <TIMESTAMP>] [--direct <DIRECT>]
Create a sample.

Optional arguments

--project-id <SAMPLE_PROJECT_ID>


      Tenant to associate with sample (configurable
      by admin users only).

--user-id <SAMPLE_USER_ID>


        User to associate with sample (configurable by
      admin users only).

-r <RESOURCE_ID>, --resource-id <RESOURCE_ID>


      ID of the resource. Required.

-m <METER_NAME>, --meter-name <METER_NAME>


      The meter name. Required.

--meter-type <METER_TYPE>


        The meter type. Required.

--meter-unit <METER_UNIT>


        The meter unit. Required.

--sample-volume <SAMPLE_VOLUME>


      The sample volume. Required.

--resource-metadata <RESOURCE_METADATA>


      Resource metadata. Provided value should be a
      set of key-value pairs e.g. {"key":"value"}.

--timestamp <TIMESTAMP>


        The sample timestamp.

--direct <DIRECT>


        Post sample to storage directly. Defaults to
      False.