-
Notifications
You must be signed in to change notification settings - Fork 143
Description
Preflight Checklist
- I have searched the issue tracker for an issue that matches the one I want to file, without success.
- I am not looking for support or already pursued the available support channels without success.
OpenMeter Version
1.0.0
Expected Behavior
Hi team, I’m seeing that my events are being ingested successfully with no failures, but the corresponding entitlement credits are not getting deducted. Can you help me understand how to debug why the usage isn’t applying to the entitlement?
It would be helpful to know:
Where to check logs or evaluation traces for entitlement consumption.
org : consumption-hackathon
meter : PriorityMeter
feature : featurehighpriority
Customer: ExistingFeatureUsageConsumptionTest
sample event sent:
{
"specversion": "1.0",
"type": "priorityCredits",
"id": "existingfeatureevent1",
"time": "2025-12-09T09:11:19.885Z",
"source": "my-app",
"subject": "euser1",
"data": {
"priorityCredits": "1",
"sku": "skp"
}
}
expected :
the usage value reduced from the customer's entitlement grant for that feature.
Actual Behavior
The grant value did not reduce
Steps To Reproduce
No response
Additional Information
No response