feat(self-managed): wire observability infrastructure stack - #480
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
📝 WalkthroughWalkthroughThe self-managed base environment now enables shared observability infrastructure and state metrics. A Helmfile template loads environment values, validates observability modes, conditionally includes the observability Helmfile, and propagates configuration. The observability README updates its deployment-consumption description. ChangesObservability infrastructure wiring
Estimated code review effort: 2 (Simple) | ~10 minutes Suggested reviewers: Sequence Diagram(s)sequenceDiagram
participant BaseEnvironment as self-managed base.yaml
participant InfrastructureTemplate as 00-observability-infrastructure.yaml.gotmpl
participant ObservabilityHelmfile as 01-observability.yaml.gotmpl
BaseEnvironment->>InfrastructureTemplate: Load observability mode and values
InfrastructureTemplate->>InfrastructureTemplate: Validate mode
InfrastructureTemplate->>ObservabilityHelmfile: Pass global and observability YAML when mode is not disabled
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Signed-off-by: Bora Oztekin <boztekin@nvidia.com>
borao
force-pushed
the
feat/observability-infrastructure
branch
from
July 27, 2026 21:04
8db2207 to
a666b39
Compare
kristinapathak
approved these changes
Jul 28, 2026
4 tasks
4 tasks
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.
TL;DR
Wire the self-managed stack to install the shared observability infrastructure before self-managed observability services. This enables the infrastructure needed by always-on self-managed control-plane observability and turns on
state-metrics.Additional Details (optional for docs, build, test, refactor, ci, chore, style, and revert PRs)
helmfile.d/00-observability-infrastructure.yaml.gotmplto delegate self-managed observability infrastructure installation todeploy/stacks/observability.For the Reviewer
Please focus on the Helmfile boundary:
deploy/stacks/self-managed/helmfile.d/00-observability-infrastructure.yaml.gotmpldeploy/stacks/self-managed/environments/base.yamlFor QA (optional for docs, build, test, refactor, ci, chore, style, and revert PRs)
Validation performed:
HELMFILE_ENV=base helmfile -f helmfile.d/00-observability-infrastructure.yaml.gotmpl --environment default buildHELMFILE_ENV=base helmfile --environment default --selector release-group=observability --allow-no-matching-release build/tmp/chartproof/dist/chartproof run --chart deploy/stacks/observability/charts/nvcf-otel-collector --budget standard --progress-mode ci --kubeconform=false/tmp/chartproof/dist/chartproof run --chart deploy/stacks/observability/charts/nvcf-default-monitors --budget standard --progress-mode ci --kubeconform=falsegit diff --checkIssues
Relates to #15
Checklist
Summary by CodeRabbit
New Features
Documentation