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
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.
@Zelldon Do you know what other systems are supported? And what is the special need from Stackdriver more than just JSON output? (cannot it be just json)
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:
camunda/camunda@4433dd9
Desired outcome and acceptance tests:
I would like to have an flag on each component to enable easily such logging.
Example:
Alternative we could support a enum:
OR we some other option to easily turn on this feature.
The text was updated successfully, but these errors were encountered: