Remove doc about function that is not being only a proxy (#253)

* Remove doc about function that is not being only a proxy

For `insert_all/2` it is creating a span: 8af382e26a/instrumentation/opentelemetry_oban/lib/opentelemetry_oban.ex (L107)

* Update instrumentation/opentelemetry_oban/README.md

---------

Co-authored-by: Bryan Naegele <bryannaegele@users.noreply.github.com>
This commit is contained in:
João Thallis 2024-01-18 18:39:07 -03:00 committed by GitHub
parent 8f6a466666
commit 3a9ed422b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -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.