On this page
No Headings
objectnamestringDescriptive name of the metric that represents a pricing component of your application. This is primarily used for display purposes in the user interface.
codestringUnique code used to identify the metric within your system. This code is used in API requests to associate events with the correct metric and must be unique across all metrics. Once created, this code cannot be changed.
typestring"METERED", "RECURRING""RECURRING"Type of metric, either 'metered' for usage-based or 'recurring' for fixed periodic charges.
descriptionstringOptional detailed description of the metric that provides additional context about what the metric measures and how it's used. This information is for internal use and helps document the purpose of the metric.
aggregation_typestring | null"COUNT", "SUM", "MAX", "COUNT_DISTINCT", "LATEST"Aggregation type for the metric
aggregation_fieldstringProperty name within the event payload that will be used for aggregating usage data. This field specifies which value from the event should be used for calculations. It is required for aggregation types like 'SUM', 'MAX', and other types that operate on values, but not required for 'COUNT' aggregation.
field_filtersarrayitemsobjectkeyrequiredstringProperty name within the event payload that will be used for filtering. This allows you to segment usage data based on specific event properties, such as region, tier, or any other dimension you track.
valuesrequiredarrayArray of specific values that the system should match against the filter key. Only events with matching key-value pairs will be included in the metric calculations. This enables differentiated pricing based on dimensions like region, environment, or other custom properties.
itemsstringidstringUnique identifier of the metric, automatically generated by the system upon creation. This ID is used internally to track the metric and cannot be modified.
created_atobjectdate-timeThe date and time when the metric was created. ISO 8601 format with timezone.
updated_atobjectdate-timeThe date and time when the metric was last updated. ISO 8601 format with timezone.