Skip to content

Commit 66e7aa1

Browse files
committed
RCBC-525: Fix names of lookup in all/any replica spans
1 parent 867d68f commit 66e7aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/couchbase/utils/observability_constants.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ module Observability # rubocop:disable Metrics/ModuleLength
3333
OP_TOUCH = "touch"
3434
OP_UNLOCK = "unlock"
3535
OP_LOOKUP_IN = "lookup_in"
36-
OP_LOOKUP_IN_ALL_REPLICAS = "lookup_all_replicas"
37-
OP_LOOKUP_IN_ANY_REPLICA = "lookup_any_replica"
36+
OP_LOOKUP_IN_ALL_REPLICAS = "lookup_in_all_replicas"
37+
OP_LOOKUP_IN_ANY_REPLICA = "lookup_in_any_replica"
3838
OP_LOOKUP_IN_REPLICA = "lookup_in_replica"
3939
OP_MUTATE_IN = "mutate_in"
4040
OP_SCAN = "scan"

0 commit comments

Comments
 (0)