open-telemetry / open-telemetry/opentelemetry-ruby

Ensure all methods of any instrument are safe to be called concurrently

Open
#1,711 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

keep metrics
Dominant language
Ruby
Stars
606
Forks
301
Avg merge
3d 19h
Merged PRs (30d)
42

Description

All methods of an instrument must be safe to be called concurrently. This might be the case already, but we should verify that it is. If the methods are not safe to be called concurrently, update the code.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the Ruby instrument implementations and their existing tests, then compare every public method with the OpenTelemetry metrics API concurrency requirement. Verify concurrent calls across all instrument types; done means the methods are demonstrably safe, with tests covering the requirement and code changes where safety is missing.

Written by the indexing model from the issue text.

Assessment

Tech stack
ruby
Domain
observability
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.