Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Basic examples for .NET applications: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/examples

Ruby

Installation

Code Block
bundle add opentelemetry-sdk opentelemetry-instrumentation-all

Instrumentation Setup

Instrumentation setup instructions can be found here: https://opentelemetry.io/docs/languages/ruby/instrumentation/

For creating spans using the OpenTelemetry API, the following section is useful: https://opentelemetry.io/docs/languages/ruby/instrumentation/#traces

Instrumentation Libraries

Out-of-the box instrumentation is available for many libraries: https://opentelemetry.io/docs/languages/ruby/libraries/#configuring-all-instrumentation-libraries

Examples

Basic examples for ruby applications: https://github.com/open-telemetry/opentelemetry-ruby/tree/main/examples

Zero Code Instrumentation

...