Robert Pająk
Robert Pająk
Define how the SDK implements Enabled for synchronous instruments. _Asked by @jack-berg in https://github.com/open-telemetry/opentelemetry-specification/pull/4381#pullrequestreview-2568254901_
### Discussed in https://github.com/open-telemetry/opentelemetry-specification/discussions/4085 Originally posted by **mlenkeit** June 21, 2024 I noticed that the OTEL Event APIs in Java [1], JavaScript [2], PHP [3] (and presumable other languages as...
**What are you trying to achieve?** Stabilize Tracer.Enabled API What did you expect to see? **Additional context.** I think this should be blocked by: - #4397 Current implementations: - [Configuration](https://github.com/open-telemetry/opentelemetry-configuration/blob/c5602ef9ef34590c9de90803ad66f031d88af89d/schema/tracer_provider.json#L271-L281)...
Define SpanProcessor emitting span lifecycle events. Related to: - https://github.com/open-telemetry/semantic-conventions/issues/2133 >> I think we could also explore defining a [SpanProcessor](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#span-processor) in [Trace SDK](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md) that emits [events](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/events.md) via [Logs API](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/api.md#emit-a-logrecord) when...