Merge remote-tracking branch 'origin/main' into codex/sre-typed-automation-20260715

# Conflicts:
#	apps/api/tests/test_sre_typed_domain_router.py
This commit is contained in:
ogt
2026-07-15 13:33:07 +08:00
12 changed files with 247 additions and 30 deletions

View File

@@ -389,7 +389,12 @@ def resolve_typed_alert_target(
_text_token(target_resource)
== "sentry-self-hosted-snuba-profiling-functions-consumer-1"
)
if not exact_sentry_consumer:
exact_registry_catalog_target = bool(
domain == "host_systemd"
and _text_token(target_resource)
== _text_token(str(identity.get("service_name") or ""))
)
if not (exact_sentry_consumer or exact_registry_catalog_target):
catalog_ids = []
stateful_level = str(identity.get("stateful_level") or "")
risk = (