feat: add observability tooling for Flashbox images#93
Open
MoeMahhouk wants to merge 10 commits intomainfrom
Open
feat: add observability tooling for Flashbox images#93MoeMahhouk wants to merge 10 commits intomainfrom
MoeMahhouk wants to merge 10 commits intomainfrom
Conversation
8f75a8f to
b0557e3
Compare
ilyaluk
approved these changes
Feb 19, 2026
| @@ -0,0 +1,5 @@ | |||
| process_names: | |||
| # Monitor the searcher container (conmon + all children via --children flag) | |||
| - name: "searcher-container" | |||
Contributor
There was a problem hiding this comment.
should we also monitor lighthouse in bob-l1?
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 introduces a comprehensive observability and monitoring stack to the project, centered around Prometheus and its exporters. It adds Prometheus, node-exporter, and process-exporter as services, configures them for system and container-level metrics collection, and sets up recording rules for aggregated metrics. The changes also include dynamic configuration improvements, firewall adjustments for metrics endpoints, and new helper scripts for environment-specific configuration.
Observability & Monitoring Integration
prometheus.service,node-exporter.service,process-exporter.service).prometheus.yml.tmpl,recording_rules.yml,process-exporter.yml).gomplateas a build dependency to render dynamic Prometheus configuration from templates.Firewall & Networking
METRICS_ENDPOINTvariable loaded from configuration.searcher-firewall.servicedependencies to ensure correct ordering with configuration fetching.Dynamic Configuration
bob-l1andbob-l2, supporting both QEMU development and Vault-based production environments. These scripts generate environment-specific config files based on mode and available secrets.Miscellaneous
These changes collectively enable robust, flexible, and secure monitoring of both the host system and key containers, and prepare the environment for future observability enhancements.