Skip to content

Commit 112ec4b

Browse files
committed
feat: support meta protocol instrumentation
1 parent c5395f9 commit 112ec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/dalli/lib/opentelemetry/instrumentation/dalli/instrumentation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def add_patches
3434
::Dalli::Server.prepend(Patches::Server)
3535
else
3636
::Dalli::Protocol::Binary.prepend(Patches::Server)
37-
end
37+
::Dalli::Protocol::Meta.prepend(Patches::Server) if defined?(::Dalli::Protocol::Meta)
3838
end
3939
end
4040
end

0 commit comments

Comments
 (0)