update for latest micro
Some checks failed
autoapprove / autoapprove (pull_request) Failing after 1m25s
automerge / automerge (pull_request) Failing after 4s
codeql / analyze (go) (pull_request) Failing after 3m4s
dependabot-automerge / automerge (pull_request) Has been skipped
prbuild / test (pull_request) Failing after 1m29s
prbuild / lint (pull_request) Failing after 2m39s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-08-02 09:50:36 +03:00
parent d0ff8fe540
commit c2225cb92a
3 changed files with 9 additions and 1 deletions

View File

@@ -21,6 +21,10 @@ func (ot *otTracer) Name() string {
return ot.opts.Name
}
func (ot *otTracer) Flush(ctx context.Context) error {
return nil
}
func (ot *otTracer) Init(opts ...tracer.Option) error {
for _, o := range opts {
o(&ot.opts)