open-telemetry/opentelemetry-ruby-contrib

Make actionpack instrumentation compatible with TruffleRuby

オープン

#42 opened on 2022/06/06

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Ruby (252 件のフォーク)auto 404
good first issueinstrumentation-action_packkeeptruffleruby

Repository metrics

Stars
 (135 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド