Skip to content

Commit

Permalink
Remove doc about function that is not being only a proxy (#253)
Browse files Browse the repository at this point in the history
* Remove doc about function that is not being only a proxy

For `insert_all/2` it is creating a span: https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/8af382e26a8bbf306662bc745f1c000ad1323cc5/instrumentation/opentelemetry_oban/lib/opentelemetry_oban.ex#L107

* Update instrumentation/opentelemetry_oban/README.md

---------

Co-authored-by: Bryan Naegele <[email protected]>
  • Loading branch information
joaothallis and bryannaegele authored Jan 18, 2024
1 parent 8f6a466 commit 3a9ed42
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions instrumentation/opentelemetry_oban/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ After:
|> OpentelemetryOban.insert()
```

Oban also supports inserting jobs using `Oban.insert/4`, `Oban.insert_all/2`
and `Oban.insert_all/4`. These are currently not supported by OpentelemetryOban
and are just proxied through to Oban.
Oban also supports inserting jobs using `Oban.insert/4` and `Oban.insert_all/4`.
These are currently not supported by OpentelemetryOban and are just proxied through to Oban.

0 comments on commit 3a9ed42

Please sign in to comment.