open-telemetry/opentelemetry-ruby-contrib
Make actionpack instrumentation compatible with TruffleRuby
开放
#42 创建于 2022年6月6日
good first issueinstrumentation-action_packkeeptruffleruby
仓库指标
- 星标
- (135 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
We support TruffleRuby on a best effort basis (see https://github.com/open-telemetry/opentelemetry-ruby/pull/1295). Our actionpack instrumentation does not work properly with TruffleRuby, however.
This ticket will be complete when our CI build successfully runs specs opentelemetry-instrumentation-action_pack.
To run these specs in CI, delete the gem from the TruffleRuby filter stanzas (1, 2) in .github/workflows/ci.yml.