Skip to content

Conversation

@kikorb
Copy link
Member

@kikorb kikorb commented Feb 24, 2025

We want to simplify the instrumentation and the way it is configured:

Before

Opera::Operation::Config.configure do |config|
  config.instrumentation_class = Datadog::Tracing
  config.instrumentation_method = :trace
  config.instrumentation_options = { service: :operation }
end

After

Opera::Operation::Config.configure do |config|
  config.instrumentation_class = OperaDatadogTracing
end

@kikorb kikorb force-pushed the instrumentation-as-method branch from e3a127e to ca94619 Compare February 24, 2025 11:13
Co-Authored-By: Piotr <piotr.gebala@profinda.com>
@kikorb kikorb force-pushed the instrumentation-as-method branch from ca94619 to 1338f3d Compare February 24, 2025 11:16
@kikorb kikorb merged commit fa3fbba into master Feb 24, 2025
3 checks passed
@kikorb kikorb deleted the instrumentation-as-method branch February 24, 2025 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants