OpenTelemetry Servactory Instrumentation
Todo: Add a description.
How do I get started?
Install the gem using:
gem install opentelemetry-instrumentation-servactoryOr, 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'
endAlternatively, you can also call use_all to install all the available instrumentation.
OpenTelemetry::SDK.configure do |c|
c.use_all
endExamples
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.