package x

Import Path
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc/internal/x (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files observ.go Package x documents experimental features for [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc].
Package-Level Type Names (only one)
/* sort by: | */
Type Parameters: T: any Feature is an experimental feature control flag. It provides a uniform way to interact with these feature flags and parse their values. Enabled reports whether the feature is enabled. Keys returns the environment variable keys that can be set to enable the feature. Lookup returns the user configured value for the feature and true if the user has enabled the feature. Otherwise, if the feature is not enabled, a zero-value and false are returned.
Package-Level Variables (only one)
Observability is an experimental feature flag that determines if exporter observability metrics are enabled. To enable this feature set the OTEL_GO_X_OBSERVABILITY environment variable to the case-insensitive string value of "true" (i.e. "True" and "TRUE" will also enable this).