Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix SyncWriter raising NoMethodError for #runtime_metrics #748

Merged
merged 1 commit into from
May 2, 2019

Conversation

delner
Copy link
Contributor

@delner delner commented May 1, 2019

Users using 0.22.0+ and SyncWriter might see undefined method 'runtime_metrics' for #<Datadog::SyncWriter:0x0000000004dfa2b0>. When runtime metrics was introduced with 0.22.0, it overlooked use of SyncWriter.

This pull request prevents this NoMethodError and permits normal operation of tracing. It however, does not add support for runtime metrics with SyncWriter, something that will be evaluated in the future.

@delner delner added bug Involves a bug core Involves Datadog core libraries labels May 1, 2019
@delner delner requested a review from brettlangdon May 1, 2019 19:03
@delner delner self-assigned this May 1, 2019
@delner delner added this to the 0.23.1 milestone May 1, 2019
@delner delner merged commit 81306c5 into master May 2, 2019
@delner delner deleted the fix/no_method_runtime_metrics_with_sync_writer branch May 2, 2019 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Involves a bug core Involves Datadog core libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants