...
Basic examples for .NET applications: https://github.com/open-telemetry/opentelemetry-dotnet/tree/main/examples
Ruby
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
...