Loading...
New Meter

Add a new meter to your product catalog

Meter Configuration

Basic Information

Choose a clear, descriptive name for your meter.

Provide a clear description of what this meter tracks.

The event name that will trigger this meter.

Aggregation Settings

How to aggregate the meter values.

Unit of measurement for this meter.

Event Payload Example:
{
  "event_id": "<UNIQUE_ID>", // Unique identifier for this event,
  "customer_id": "<CUSTOMER_ID>", // Customer identifier,
  "event_name": "API Calls", // Event name that triggers the meter,
  "timestamp": "2025-11-06T23:05:35.847Z", // When the event occurred
}