Skip to content

Conversation

@skudasov
Copy link
Contributor

@skudasov skudasov commented Jul 24, 2025


Below is a summarization created by an LLM (gpt-4-0125-preview). Be mindful of hallucinations and verify accuracy.

Why

The changes incorporate improvements to the observability stack by enhancing logging capabilities and connectivity within the container task force (CTF) default network. Specifically, they adjust the Promtail configuration to better integrate with Loki in the context of a Docker environment, facilitating more efficient log processing and forwarding.

What

  • framework/.changeset/v0.10.7.md
    • Added a changeset document for version 0.10.7 mentioning the test of observability stack in CI and the move of promtail to the CTF default network.
  • framework/promtail.go
    • Changed the default Loki URL from http://host.docker.internal:3030/loki/api/v1/push to http://loki:3100/loki/api/v1/push. This modification ensures Promtail communicates directly with Loki within the same network, optimizing log forwarding.
    • Added network configurations to the Promtail container setup: specifying the default network name and setting a network alias for Loki. This ensures Promtail and Loki can communicate over the specified default Docker network, facilitating smoother log processing and aggregation in development environments.

@skudasov skudasov requested a review from a team as a code owner July 24, 2025 10:07
@github-actions
Copy link

👋 skudasov, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@skudasov skudasov requested a review from Tofel July 24, 2025 10:12
@skudasov skudasov force-pushed the test-promtail-obs-ci branch from f0551e1 to d1f6392 Compare July 24, 2025 13:52
@skudasov skudasov merged commit b34ccb3 into main Jul 24, 2025
64 checks passed
@skudasov skudasov deleted the test-promtail-obs-ci branch July 24, 2025 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant