Skip to content

Commit

Permalink
chore: improve changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Dec 13, 2023
1 parent 071fa40 commit 1727764
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions instrumentation/opentelemetry_oban/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,33 @@

### Changed

* Improve Plugin span attributes. The Plugin's span introduce a set of
attributes prefixed with `oban.`.
* Improve `OpentelemetryOban.PluginHandler` Tracer span attributes.
The Plugin's span introduce a set of attributes prefixed with `oban.`.
Previously, no attributes were added to the span. The new attributes are:

* All Plugin:
* `oban.plugin`
* `Oban.Plugins.Cron` Plugin:
* `oban.jobs_count`
* `Oban.Plugins.Gossip` Plugin:
* `oban.gossip_count`
* `Oban.Plugins.Lifeline` Plugin:
* `oban.discarded_count`
* `oban.rescued_count`
* `Oban.Plugins.Pruner` Plugin:
* `oban.pruned_count`
* `Oban.Pro.Plugins.DynamicCron` Plugin:
* `oban.jobs_count`
* `Oban.Pro.Plugins.DynamicLifeline` Plugin:
* `oban.discarded_count`
* `oban.rescued_count`
* `Oban.Pro.Plugins.DynamicPrioritizer` Plugin:
* `oban.reprioritized_count`
* `Oban.Pro.Plugins.DynamicPruner` Plugin:
* `oban.pruned_count`
* `Oban.Pro.Plugins.DynamicScaler` Plugin:
* `oban.scaler.last_scaled_to`
* `oban.scaler.last_scaled_at`

## 1.0.0

Expand Down

0 comments on commit 1727764

Please sign in to comment.