fix(loki): send the logs to the arbutus loki instance - #158
Merged
Conversation
tjzegmott
force-pushed
the
updated-loki-config-and-dep
branch
from
September 2, 2026 18:50
17be584 to
cd49f45
Compare
Afrokk
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates logging configuration for Loki integration and improves how logging tags and headers are handled in the codebase. It also updates some dependencies and configuration values. The most important changes are grouped below:
Loki Logging Configuration Improvements:
workflow/cli/run.pyto avoid overwriting other logging configuration, ensuring only the relevant tags are updated and preserving other settings like headers.workflow/lifecycle/configure.pyto also retrieve and use custom HTTP headers (such asX-Scope-OrgID) when initializing the Loki logging handler. [1] [2]X-Scope-OrgID: chime) in theworkflow/workspaces/chimefrb.ymlworkspace configuration. [1] [2]Dependency Updates:
python-logging-lokidependency with a specific git revision ofpython-logging-loki-v2inpyproject.toml, likely to support new features such as custom headers.Minor Configuration Cleanups:
pyproject.tomlfor consistency in thepackagesandenvsections. [1] [2]CI