No release in over 3 years
Servactory instrumentation for the OpenTelemetry framework
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

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.