Skip to content

Align Span Operations #1903

Description

@AbhiPrasad

As per getsentry/develop#694, we should align our span operations.

SDKOld OperationNew OperationLinkPR
Ruby
delayed_jobqueue.task.delayed_job
transaction=Sentry.start_transaction(name: scope.transaction_name,op: "delayed_job")
rails.action_cablewebsocket.server
options={name: transaction_name,op: "rails.action_cable".freeze}
active_jobqueue.task.active_job
Sentry.start_transaction(name: scope.transaction_name,op: "active_job")
rails.requesthttp.server
process_action.action_controllerview.process_action.action_controller
EVENT_NAMES=["process_action.action_controller"].freeze
service_upload.active_storagefile.service_upload.active_storage
service_download.active_storagefile.service_download.active_storage
service_streaming_download.active_storagefile.service_streaming_download.active_storage
service_download_chunk.active_storagefile.service_download_chunk.active_storage
service_delete.active_storagefile.service_delete.active_storage
service_delete_prefixed.active_storagefile.service_delete_prefixed.active_storage
service_exist.active_storagefile.service_exist.active_storage
service_url.active_storagefile.service_url.active_storage
service_mirror.active_storagefile.service_mirror.active_storage
service_update_metadata.active_storagefile.service_update_metadata.active_storage
preview.active_storagefile.preview.active_storage
analyze.active_storagefile.analyze.active_storage
resquequeue.resque
transaction=Sentry.start_transaction(name: scope.transaction_name,op: "resque")
db.redis.commanddb.redis
OP_NAME="db.redis.command"
rack.requesthttp.server
options={name: scope.transaction_name,op: transaction_op}
sidekiqqueue.sidekiq
options={name: transaction_name,op: "sidekiq"}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions