Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChrisKujawa opened this issue Jul 13, 2023 · 1 comment
Open

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

ChrisKujawa opened this issue Jul 13, 2023 · 1 comment
Labels
kind/enhancement New feature or request

Comments

@ChrisKujawa
Copy link
Member

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.

@ChrisKujawa ChrisKujawa added the kind/enhancement New feature or request label Jul 13, 2023
@aabouzaid
Copy link
Member

@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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants