Enhance observability with Alloy service and telemetry routing#79
Merged
ExtraToast merged 9 commits intomainfrom Apr 9, 2026
Merged
Enhance observability with Alloy service and telemetry routing#79ExtraToast merged 9 commits intomainfrom
ExtraToast merged 9 commits intomainfrom
Conversation
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 migrates the observability stack from Promtail to Grafana Alloy, standardizes OpenTelemetry (OTEL) resource attributes and environment variables across services, upgrades Tempo to a newer version, and updates documentation to reflect the new observability architecture. The changes impact both Docker Compose and Nomad deployments, ensuring a unified, modernized observability pipeline for logs, traces, and metrics.
Observability Stack Migration and Service Updates:
Migration from Promtail to Alloy:
Tempo and Grafana Configuration:
Standardization of OTEL and Service Metadata:
Environment Variable Consistency:
DEPLOYMENT_ENVIRONMENT,SERVICE_VERSION, andOTEL_RESOURCE_ATTRIBUTESacross all core application and infrastructure services in both Docker Compose and Nomad. Ensures all services export traces to Alloy and use consistent OTEL exporter endpoints. [1] [2] [3] [4] [5] [6]Documentation and Architecture Updates:
Documentation Overhaul:
OBSERVABILITY.mdoutlining the stack's default architecture, signal ownership, metrics policy, and platform defaults. [1] [2] [3]Configuration and Wiring Improvements:
Datasource and Volume Mount Adjustments:
Endpoint and Port Changes:
Collector Endpoint Updates:
These changes collectively modernize the observability stack, improve maintainability, and ensure consistent telemetry across all environments.