feat(auto-monitoring): (re)create auto-resource when it is deleted#1062
Merged
basti1302 merged 1 commit intoMay 27, 2026
Merged
Conversation
Member
Author
|
|
basti1302
force-pushed
the
ope-278-create-auto-monitoring-resource-if-manually-managed
branch
2 times, most recently
from
May 22, 2026 11:05
c4d147c to
fb3f44c
Compare
basti1302
changed the base branch from
main
to
ope-342-delete-all-auto-monitoring-resources-if-auto-monitoring-for
May 22, 2026 21:25
basti1302
marked this pull request as ready for review
May 22, 2026 21:26
basti1302
force-pushed
the
ope-342-delete-all-auto-monitoring-resources-if-auto-monitoring-for
branch
from
May 27, 2026 07:22
e1c4c21 to
efc8962
Compare
Base automatically changed from
ope-342-delete-all-auto-monitoring-resources-if-auto-monitoring-for
to
main
May 27, 2026 07:33
basti1302
force-pushed
the
ope-278-create-auto-monitoring-resource-if-manually-managed
branch
from
May 27, 2026 08:57
fb3f44c to
23e02f0
Compare
Member
Author
|
/run-e2e auto-namespace monitoring |
Contributor
🚀 E2E tests triggered
Results will be posted here once the tests complete. You can also view the workflow runs directly. |
Contributor
✅ E2E tests passed
|
p-d0
approved these changes
May 27, 2026
This solves two similar but distinct use cases: - A manually managed Dash0Monitoring resource in a namespace eligible for automatic namespace monitoring blocks creating the auto resource. This is by design. When the manually managed resource is deleted, trigger creating the auto resource immediately. - An auto-resource is deleted by a user. We now restore it automatically.
basti1302
force-pushed
the
ope-278-create-auto-monitoring-resource-if-manually-managed
branch
from
May 27, 2026 13:00
23e02f0 to
bf38f93
Compare
basti1302
enabled auto-merge (rebase)
May 27, 2026 13:01
basti1302
deleted the
ope-278-create-auto-monitoring-resource-if-manually-managed
branch
May 27, 2026 13:16
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 solves two similar but distinct use cases: