Skip to content

Commit

Permalink
rename operations
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <sammyoina@gmail.com>
  • Loading branch information
SammyOina committed Jul 19, 2023
1 parent 582dc5b commit 82f79c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consumers/tracing/consumers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

const (
consumeBlockingOP = "consume_blocking_op"
consumeAsyncOP = "consume_async_op"
consumeBlockingOP = "retrieve_blocking"
consumeAsyncOP = "retrieve_async"
)

var defaultAttributes = []attribute.KeyValue{
Expand Down

0 comments on commit 82f79c2

Please sign in to comment.