feat(common): enable fleet observability using Securix o11y modules#13
Open
DarkAngel-agents wants to merge 1 commit into
Open
feat(common): enable fleet observability using Securix o11y modules#13DarkAngel-agents wants to merge 1 commit into
DarkAngel-agents wants to merge 1 commit into
Conversation
Adds a thin wrapper that enables Securix log shipping and metrics collection for Bureautix workstations. Configurable via bureautix.o11y.enable, logsUrl, and metricsUrl. Uses journal-upload for logs and VictoriaMetrics agent for metrics.
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.
Bureautix currently has no observability configured — workstations boot and nobody knows their health status.
What this adds
A thin wrapper (
common/o11y.nix) that enables Securix's built-in log shipping and metrics collection for the Bureautix fleet.Configuration
How it works
securix.o11y.logs→ journal-upload to central log serversecurix.o11y.metrics→ node_exporter + scaphandre + vmagent to VictoriaMetricsTests
Build passes:
nix-build -A toplevelRegistrycompletes successfully (warnings are pre-existing Firefox/xwayland collisions, unrelated to this change).Related
This pairs with the phone-home module proposed in cloud-gouv/securix#PR — together they provide fleet onboarding + fleet monitoring for Bureautix deployments.