You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to be able to send CloudEvents and possibly CDEvents to the events controller to update billable metrics.
Describe the solution you'd like
A simple solution is to accept CloudEvents (using the Ruby SDK) for usage data along with the current usage data format with the option to include the fields of the internal events in CloudEvents' data field, and possibly fully transition to CloudEvents at some point.
Describe alternatives you've considered
The current way is to convert CloudEvents to the usage data format before ingestion.
Additional context
OpenMeter already supports CloudEvents, but I prefer to see this feature in this product. Also, I'd be happy to implement it myself, with minimal guidance.
The text was updated successfully, but these errors were encountered:
👋 @mostafa Sorry for the delay, we've been pretty busy on a lot of topics and supporting CloudEvents was not in our roadmap.
If you still need it you can create a new controller where we support the format of CloudEvents spec and adapt it to our internal event system.
Happy to help on our Slack Community if you need me!
Is your feature request related to a problem? Please describe.
I would like to be able to send CloudEvents and possibly CDEvents to the events controller to update billable metrics.
Describe the solution you'd like
A simple solution is to accept CloudEvents (using the Ruby SDK) for usage data along with the current usage data format with the option to include the fields of the internal events in CloudEvents'
data
field, and possibly fully transition to CloudEvents at some point.Describe alternatives you've considered
The current way is to convert CloudEvents to the usage data format before ingestion.
Additional context
OpenMeter already supports CloudEvents, but I prefer to see this feature in this product. Also, I'd be happy to implement it myself, with minimal guidance.
The text was updated successfully, but these errors were encountered: