You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, these detectors overlap with existing host and service detectors in this repository but they contain experimental semantics. To support these experimental semantics, we plan to extend the existing host and service resource detectors. This extension will be gated with an environment variable.
Add the `x` package to handle experimental feature flagging within the
go.opentelemetry.io/otel/sdk module. Currently this only supports
enabling experimental resource semantic conventions.
Resolve#5436
cc @pyohannes
---------
Co-authored-by: Sam Xie <sam@samxie.me>
The following detectors are need to be added to comply with semantic conventions.
However, these detectors overlap with existing host and service detectors in this repository but they contain experimental semantics. To support these experimental semantics, we plan to extend the existing host and service resource detectors. This extension will be gated with an environment variable.
Similar to go.opentelemetry.io/otel/sdk/metric/internal/x, add an
x
package to facilitate this..The text was updated successfully, but these errors were encountered: