Skip to content

Commit

Permalink
Remove state from job start telemetry docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Jul 5, 2023
1 parent 02e2552 commit d91073b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oban/telemetry.ex
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Oban.Telemetry do
| event | measures | metadata |
| ------------ | -------------------------- | ------------------------------------------------------------ |
| `:start` | `:system_time` | `:conf`, `:job`, `:state` |
| `:start` | `:system_time` | `:conf`, `:job` |
| `:stop` | `:duration`, `:queue_time` | `:conf`, `:job`, `:state`, `:result` |
| `:exception` | `:duration`, `:queue_time` | `:conf`, `:job`, `:state`, `:kind`, `:reason`, `:stacktrace` |
Expand Down

0 comments on commit d91073b

Please sign in to comment.