Peter Marton
Peter Marton
When Kafka Connect ClickHouse gets a malformed message, it sends the entire batch to DQL. It means the DQL topic can have bad and good messages mixed. Ideally, OpenMeter would...
Stripe CustomerIDs must start with `cus_` when `stripeCustomerId` is set in subject API body it must match the pattern.
## Overview Fixes #(issue) ## Notes for reviewer
 ### Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project. #### Snyk changed the following file(s): - `package.json` #### Vulnerabilities that will...
Sent events in parallel chunks to Kafka. ## Summary by CodeRabbit - **New Features** - Introduced an enhanced ingestion service supporting configurable batch sizes and concurrent event processing. - Added...
Lookup usage by customer Key and subjects in usage attribution. - achieved by changing the default query methods both in `streaming` and `customer/adapter` ⚠️ Before merging this or otherwise deploying...
## Cost `GET /api/v1/billing/invoices/{"invoiceId}/lines/{lineId}/cost?windowSize=HOUR` ```json { "cost": "2.4", "costPerUnit": "0.0000119845997893", "currency": "USD", "from": "2025-10-11T16:36:43Z", "internalCost": "2.00257", "internalCostPerUnit": "0.8344041666666667", "margin": "0.39743", "marginRate": "0.1655958333333333", "rows": [ { "cost": "1.1208477106944932", "costPerUnit": "0.0000119845997893", "groupBy":...
This is a PoC to help understand the cost behind invoice line items and break them down by meter dimensions. This is useful to understand the invoiced cost of individual...
This PR replaces the key in the Feature API with the ExternalKey type, which allows for UUIDs. ## Summary by CodeRabbit - New Features - Feature keys now support up...