What ecosystem area?
Go compile-time instrumentation (otelc)
Key questions that will be answered once the resource is created.
- How should Go compile-time instrumentations be represented in the Ecosystem Explorer?
- How should the Ecosystem Explorer express which instrumentation applies to a given Go dependency?
- How should otelc integrate with the Ecosystem Explorer to consume this metadata?
- How can third-party Go compile-time instrumentations participate in the Ecosystem Explorer?
What should be created?
Research and define a representation for Go compile-time instrumentations in the Ecosystem Explorer.
The resulting resource should allow otelc to discover compatible instrumentations without maintaining an embedded registry, while enabling third-party instrumentation authors to publish instrumentations that otelc can consume automatically.
As future work, this could also be extended to support declarative configuration, similar to the existing Java agent integration with the Ecosystem Explorer.
References (issues, articles, PRs, projects, etc.)
What ecosystem area?
Go compile-time instrumentation (
otelc)Key questions that will be answered once the resource is created.
What should be created?
Research and define a representation for Go compile-time instrumentations in the Ecosystem Explorer.
The resulting resource should allow
otelcto discover compatible instrumentations without maintaining an embedded registry, while enabling third-party instrumentation authors to publish instrumentations thatotelccan consume automatically.As future work, this could also be extended to support declarative configuration, similar to the existing Java agent integration with the Ecosystem Explorer.
References (issues, articles, PRs, projects, etc.)
otelcmetadata block and generateotelc.jsonregistry endpoint opentelemetry.io#11060