-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Describe the use case:
When running SM with GCP I want likely to get my logs logged in json format, such it is directly scrapped by stackdriver correctly and better searchable and viewable.
Describe the enhancement/feature:
This feature exist in all our applications, and we use it in SaaS. It needs to be configured via environment variables, which need to be found by the user to enable it.
Example for Zeebe benchmark where we use it:
https://github.com/zeebe-io/benchmark-helm/blob/main/charts/zeebe-benchmark/values.yaml#L170-L177
Example for Operate in my recent tests:
Desired outcome and acceptance tests:
I would like to have an flag on each component to enable easily such logging.
Example:
operate:
logging:
stackdriver (or gcp):
enabled: true
Alternative we could support a enum:
operate:
logging: stackdriver| other types
OR we some other option to easily turn on this feature.