Overview
OpenMeter uses an event-driven architecture to collect usage data from your applications.
To ingest events into OpenMeter, you need to send them to the OpenMeter API. The API accepts events in JSON format. You can send events to the API using any HTTP client library or our SDKs.
Example
Ingest usage events in CloudEvents format:
Read more about usage events.
Quickstart
For a complete guide check quickstart.