Module: Daytona::Instrumentation
- Included in:
- CodeInterpreter, ComputerUse, ComputerUse::Display, ComputerUse::Keyboard, ComputerUse::Mouse, ComputerUse::Recording, ComputerUse::Screenshot, Daytona, FileSystem, Git, LspServer, Process, Sandbox, SnapshotService, VolumeService
- Defined in:
- lib/daytona/otel.rb
Overview
Mixin that provides the ‘instrument` class macro for wrapping methods with OTel spans and metrics.
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
142 143 144 |
# File 'lib/daytona/otel.rb', line 142 def self.included(base) base.extend(ClassMethods) end |