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
Right now we use gateway. prefix in both system events and metrics. Especially for metrics we need to be more specific and gateway sounds like a bit too generic. My proposition is to change the prefix to eventgateway or event-gateway.
Another option is to use different prefix for system event and different for metrics. For metrics it's probably OK to prefix them with eventgateway.
For system events, as they are CloudEvents we could probably do something like com.serverless.eventgateway.
The text was updated successfully, but these errors were encountered:
Right now we use
gateway.
prefix in both system events and metrics. Especially for metrics we need to be more specific andgateway
sounds like a bit too generic. My proposition is to change the prefix toeventgateway
orevent-gateway
.Another option is to use different prefix for system event and different for metrics. For metrics it's probably OK to prefix them with
eventgateway
.For system events, as they are CloudEvents we could probably do something like
com.serverless.eventgateway.
The text was updated successfully, but these errors were encountered: