-
Notifications
You must be signed in to change notification settings - Fork 420
Open
Labels
Description
As a service user:
- in order to use services managed by a 3rd party provider but still:
- get out of band service usage logs such as RDBMS slow query logs
- get event notifications from the service (such as RDS Event notification like availability, backup, failover, failure, patching...)
- I need to receive logs from the services I subscribed through my preferred platform, and possibly my apps to consume these logs in an automated way.
As a broker author, in order to provide logs to service users and bound apps, I need a standard way of exposing metrics to platforms, in particular, I need:
- a secured, authenticated way to provide logs associated to each service instance and possibly service binding
- a portable way to provide logs across platforms:
- available to both public services and private on-prem services (i.e. the service broker is'nt required to acquire privileged platform permissions to expose logs to end-users)
Related pointers:
- Heroku add-on partner api logs params for add-ons to provide logs that will be sent to app's log stream
Reactions are currently unavailable