Skip to content

fix rap.backend telemetry #1381

Merged
bloodearnest merged 3 commits intomainfrom
fix-telem-naming
Mar 27, 2026
Merged

fix rap.backend telemetry #1381
bloodearnest merged 3 commits intomainfrom
fix-telem-naming

Conversation

@bloodearnest
Copy link
Copy Markdown
Member

Add rap.backend to all controller telemetry

We were already adding job.backend for job related telemetry, which is fine.

But the idea was that all telemetry reltated to a particular backened would
have rap.backend attr, which would override the default resource level
rap.backend. This is so we can filter telemetry easily on dashboards.

@bloodearnest bloodearnest force-pushed the fix-telem-naming branch 2 times, most recently from 07522f6 to 465dc2b Compare March 27, 2026 11:49
rap.backend is designed to be the global filter that excludes all
telemetry that is not related to that backend from our dashboards.

We had added job.backend, but as not every bit of telemetry is job
related (e.g. some controller, all airlock), that's not enough for
a sufficiently global filter.

This adds rap.backend as a copy of job.backend to the job span metadata
helper method, so all job related telemetry has it by default.
Hopefully help keep thing consistent going forwards
@bloodearnest bloodearnest changed the title fix telem naming fix rap.backend telemetry Mar 27, 2026
@bloodearnest bloodearnest merged commit cd7ff44 into main Mar 27, 2026
9 checks passed
@bloodearnest bloodearnest deleted the fix-telem-naming branch March 27, 2026 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants