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:
parent
8f6a466666
commit
3a9ed422b6
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue