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

Migrate from Promtail to Grafana Alloy #1808

Open
dominik003 opened this issue Sep 16, 2024 · 0 comments
Open

Migrate from Promtail to Grafana Alloy #1808

dominik003 opened this issue Sep 16, 2024 · 0 comments

Comments

@dominik003
Copy link
Contributor

We currently use Promtail to collect logs from our pods and apply proper labels, but as noted here Promtail is feature complete and new features will be added to Grafana Alloy. Therefore, we should migrate from Promtail to Alloy.

Before migrating, we should evaluate how we can integrate Alloy into the CCM. We are currently using Promtail sidecar containers, which means that each pod where we collect logs consists of two containers, one for the application itself and one for Promtail. Both containers then share a volume where the applications write the logs to and Promtail collects the logs from. We had to choose this method because the simpler method, where Promtail automatically detects pods and extracts logs, was not applicable in our restricted environment (as it required administrator privileges). So in the best case, we can use another simpler method with Alloy.

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

No branches or pull requests

1 participant