Skip to content

Commit

Permalink
Use standardized span naming
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Oct 25, 2024
1 parent f9b2a59 commit e21822f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ defmodule OpentelemetryOban.JobHandler do
:"oban.job.scheduled_at" => DateTime.to_iso8601(scheduled_at)
}

span_name = "#{worker} process"
span_name = "#{worker}.process"

OpentelemetryTelemetry.start_telemetry_span(@tracer_id, span_name, metadata, %{
kind: :consumer,
Expand Down

0 comments on commit e21822f

Please sign in to comment.