Metering

April 23, 2026 ยท View on GitHub

Usage metering service for ingesting and querying platform usage data.

Architecture: Metering

Local Development

Full setup: Local Development

Prepare environment

git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -y

See bootstrap for details.

Run from sources

Deploys the service from local source code. This patches the service pod โ€” it does not affect other services or the test pod.

# Deploy once (exit when healthy)
devspace dev

# Watch mode (streams logs, re-syncs on changes)
devspace dev -w

Run tests

E2E coverage is centralized in agynio/e2e under the go-core suite.

# From the agynio/e2e repo
devspace run test-e2e --tag svc_metering

See E2E Testing.