Skip to content

[ENHANCEMENT] Make it easier to enable stackdriver logging #785

@ChrisKujawa

Description

@ChrisKujawa

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:


  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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3Nice to have, one day if we have timegood first issueGood for newcomerskind/enhancementNew feature or requestsize/s<1 week

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions