Merged
Conversation
mmkay
approved these changes
Feb 27, 2026
Contributor
mmkay
left a comment
There was a problem hiding this comment.
I like it a lot, but perhaps it's also worth getting feedback from more ppl :)
Co-authored-by: Mateusz Kulewicz <mateusz.kulewicz@canonical.com> Signed-off-by: Luca Bello <36242061+lucabello@users.noreply.github.com>
Co-authored-by: Mateusz Kulewicz <mateusz.kulewicz@canonical.com> Signed-off-by: Luca Bello <36242061+lucabello@users.noreply.github.com>
Co-authored-by: Mateusz Kulewicz <mateusz.kulewicz@canonical.com> Signed-off-by: Luca Bello <36242061+lucabello@users.noreply.github.com>
Co-authored-by: Mateusz Kulewicz <mateusz.kulewicz@canonical.com> Signed-off-by: Luca Bello <36242061+lucabello@users.noreply.github.com>
This was referenced Mar 2, 2026
This was referenced Mar 5, 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.
Add a blueprint for rocks, in order to centralize
justcommands and thespread.yamlfile. Borrowing the rest of the PR description from theblueprints/README.mdfile.Blueprints
Blueprints are shared templates for Observability components. They provide centralized files and conventions so new repositories start with consistent tooling and configuration.
Use a blueprint by copying the files into a new repository, then keep centralized files in sync via
just refresh.Available blueprints
rocks: Shared files and workflows for Observability rock repositories. See rocks/README.md.Customization
Blueprints define a centralize set of recipes in
<blueprint>.just. These recipes can be extended or overridden in the centraljustfile, allowing for project-specific behaviors.To override or extend a shared recipe, define one with the same name in
justfile: