1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Flc゛ 7e4006aac8 chore: generate feature flag files from shared (#7361)
Given the observed facts, multiple components need to depend on the x
package together. To reduce duplication and unify style management, this
PR is added.

PS: Currently only
`go.opentelemetry.io/otel/exporters/stdout/stdouttrace` is supported;
other components will be supplemented after this PR is merged.

---------

Co-authored-by: Damien Mathieu <42@dmathieu.com>
2025-09-16 10:57:43 +02:00
Flc゛ 691b4b46e1 fix: correct package import paths (#7244) 2025-08-25 17:51:06 +02:00
ian c2a6172739 feat(stdouttrace): generate counter implementation via templates (#7231)
Use templates to generate the counter implementation for `stdouttrace`,
so it can be easily reused in other modules.

---------

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2025-08-24 08:29:54 -07:00