Octane · Example Payload

Octane Create Meter Example

Tracks the number of API calls made by each customer.

Usage-Based BillingMetered BillingPricing PlansSaaS MonetizationFinTechPaymentsUsage TrackingMetersEntitlements

Octane Create Meter Example is an example object payload from Octane, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namedisplay_namedescriptionevent_namemeter_typedata_typeaggregationunit_nameis_incrementalreporting_methodexpected_labelsprimary_labels

Example Payload

Raw ↑
{
  "name": "api_calls",
  "display_name": "API Calls",
  "description": "Tracks the number of API calls made by each customer.",
  "event_name": "api_request",
  "meter_type": "counter",
  "data_type": "INT",
  "aggregation": "COUNT",
  "unit_name": "API calls",
  "is_incremental": true,
  "reporting_method": "periodic",
  "expected_labels": ["endpoint", "method", "status_code"],
  "primary_labels": ["endpoint"]
}