open-telemetry / open-telemetry/opentelemetry-ruby
Metrics: Implement Advisory Parameters
@kaylareopelle is already working on this.
Since Aug 16, 2024.
- Dominant language
- Ruby
- Stars
- 606
- Forks
- 301
- Avg merge
- 3d 19h
- Merged PRs (30d)
- 42
Description
To help update bucket boundaries for instruments in instrumentation, implement advisory parameters (AKA advice)
API: https://opentelemetry.io/docs/specs/otel/metrics/api/#instrument-advisory-parameters
SDK: https://opentelemetry.io/docs/specs/otel/metrics/sdk/#instrument-advisory-parameters
JS implementation example: https://github.com/open-telemetry/opentelemetry-js/pull/3876
JS instrumentation example: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/770130a7a41125dbf8a8c18b3384e5fcc370deef/plugins/node/instrumentation-undici/src/undici.ts#L127-L141
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.