chore(metrics): remove dead serviceradar.sysmon.shadow.v1 acceptance [#3788] #3810
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3810
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "work/3788-remove-sysmon-shadow-schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
#3788 / #3801 tech-debt — remove the migration-era
serviceradar.sysmon.shadow.v1dual-write schema acceptance. No remaining producer emits it (verified by grep across go/elixir), so the metrics processor no longer needs the@legacy_sysmon_schemabranch.Change
@legacy_sysmon_schema+ its acceptance inmetric_kind/2(event_writer/processors/metrics.ex).Scope (genuinely-dead only)
The other shadow tech-debt is intentionally left because it's coupled to the still-active gRPC path and must follow the producer migration:
*_SHADOW_ENABLEDenv flags still gate the live sysmon/snmp publishers.results_routerhandlers still absorb metric statuses the gateway forwards over gRPC.Verified:
mix compileclean,mix format, metrics processor tests 5/5.Refs #3788, #3801
🤖 Generated with Claude Code
Review pass: no blocking findings.
The removed schema branch only affected
serviceradar.sysmon.shadow.v1; subject-basedmetrics.sysmon.*routing remains intact, so current sysmon metric envelopes should continue to parse while the legacy schema acceptance is dropped.lgtm