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

Allow mounting be-log fe-log volume to side car container #541

Open
dengliu opened this issue Jun 5, 2024 · 1 comment
Open

Allow mounting be-log fe-log volume to side car container #541

dengliu opened this issue Jun 5, 2024 · 1 comment
Labels

Comments

@dengliu
Copy link
Collaborator

dengliu commented Jun 5, 2024

Describe the problem

Some logs like fe.internal.log fe.gc.log.20240605-094644 are not print to stdout even when LOG_CONSOLE=1 is set.
One way to get it to datadog is to tail it from a sidecar container and leverage datadog agent to upload it to DD backend

Describe the solution you'd like

Have an option in the helm values.yaml file to allow mounting log volume to sidecar

Additional context

Add any other context or screenshots about the enhancement here.

@dengliu dengliu added the feature label Jun 5, 2024
@yandongxiao
Copy link
Collaborator

The sidecar is fully open, allowing users to attach any volume to the sidecar themselves.
In helm values.yaml, you can check how log volume name is named.

    - name: {{ .Values.starrocksFESpec.storageSpec.name }}{{ template "starrockscluster.fe.log.suffix" . }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants