Skip to content

Commit

Permalink
add comment
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 a20622e commit c523c65
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 = "retrieve_blocking"
consumeAsyncOP = "retrieve_async"
consumeBlockingOP = "retrieve_blocking" // This is not specified in the open telemetry spec.
consumeAsyncOP = "retrieve_async" // This is not specified in the open telemetry spec.
)

var defaultAttributes = []attribute.KeyValue{
Expand Down

0 comments on commit c523c65

Please sign in to comment.