Usage metering service for ingesting and querying platform usage data.
Architecture: Metering
Full setup: Local Development
git clone https://github.com/agynio/bootstrap.git
cd bootstrap
chmod +x apply.sh
./apply.sh -ySee bootstrap for details.
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 -wE2E coverage is centralized in agynio/e2e under the go-core suite.
# From the agynio/e2e repo
devspace run test-e2e --tag svc_meteringSee E2E Testing.