OpenTelemetry Servactory Instrumentation
Todo: Add a description.
How do I get started?
Install the gem using:
gem install opentelemetry-instrumentation-servactory
Or, if you use bundler, include opentelemetry-instrumentation-servactory
in your Gemfile
.
Usage
To use the instrumentation, call use
with the name of the instrumentation:
OpenTelemetry::SDK.configure do |c|
c.use 'OpenTelemetry::Instrumentation::Servactory'
end
Alternatively, you can also call use_all
to install all the available instrumentation.
OpenTelemetry::SDK.configure do |c|
c.use_all
end
Examples
Example usage can be seen in the ./example/trace_demonstration.rb
file
License
The opentelemetry-instrumentation-servactory
gem is distributed under the MIT license. See LICENSE for more information.