open-telemetry/opentelemetry-php
[opentelemetry-php-contrib] OtelSdkBundle roadmap questions
开放
#1,203 创建于 2024年1月3日
help wanted
仓库指标
- 星标
- (894 个星标)
- PR 合并指标
- (平均合并 5天 5小时) (30 天内合并 5 个 PR)
描述
Hi, I'd like to use OtelSdkBundle to start adopting opentelemetry.
Currently there is abandoned package open-telemetry/contrib-sdk-bundle which suggests using open-telemetry/symfony-sdk-bundle.
This package directs to a read-only repository containing two bundles:
open-telemetry/contrib-sdk-bundleopen-telemetry/contrib-symfony-instrumentation-bundle
The first one open-telemetry/contrib-sdk-bundle in its readme mentions the uprising Instrumentation bundle (I guess the second one) which will add instrumentation for symfony project.
I have a few questions:
- Is there any timeline for a stable release? When we can expect to see version 1.0.0?
- What is the scope for the stable version for
open-telemetry/contrib-sdk-bundle? - Is there any publicly available roadmap where we can track development progress?
- What is the scope for the stable version of
open-telemetry/contrib-symfony-instrumentation-bundle? - In terms of backward compatibility: should we expect any breaking changes before version 1.0.0? I know that semantic versioning allows breaking changes before stable release but I'm asking about Your plans/policy. Do You have a large refactor in mind that could lead to breaking change in the public API?