We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently disable the net-http spy: https://github.com/timogoebel/foreman_supervisory_authority/blob/95c7dcd7b041597b3351ed437c79e8d80fbf5745/lib/foreman_supervisory_authority/engine.rb#L17-L20
This is because Foreman extends net/http using Module.prepend:
net/http
Module.prepend
https://github.com/theforeman/foreman/blob/84ae69c6bf191837e8c7b4ccadb4583eebeda172/lib/foreman/http_proxy/net_http_extension.rb#L20-L23
And the elastic APM uses alias_method, which conflicts.
alias_method
Elastic-APM Issue: elastic/apm-agent-ruby#379
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
We currently disable the net-http spy:
https://github.com/timogoebel/foreman_supervisory_authority/blob/95c7dcd7b041597b3351ed437c79e8d80fbf5745/lib/foreman_supervisory_authority/engine.rb#L17-L20
This is because Foreman extends
net/http
usingModule.prepend
:https://github.com/theforeman/foreman/blob/84ae69c6bf191837e8c7b4ccadb4583eebeda172/lib/foreman/http_proxy/net_http_extension.rb#L20-L23
And the elastic APM uses
alias_method
, which conflicts.Elastic-APM Issue: elastic/apm-agent-ruby#379
The text was updated successfully, but these errors were encountered: