Leighton Chen
Leighton Chen
From specs: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#forceflush Flushing implementation is usually done by the span processor. This addition is just to be compliant with the specs. The only point of contention is if we...
From https://github.com/open-telemetry/opentelemetry-python/pull/2868
Probably out of scope for this but should we clarify somewhere what happens when the metric reader is configured and view also matches. _Originally posted by @srikanthccv in https://github.com/open-telemetry/opentelemetry-python/pull/2832#discussion_r923971127_
> and when a new process is not created (simply a new fork is created). When does this happen? One thing I am still thinking about is how do I...
Similar to [id generator](https://github.com/open-telemetry/opentelemetry-python/blob/main/opentelemetry-sdk/src/opentelemetry/sdk/_configuration/__init__.py#L172), allow for custom samplers to be configured as part of autoinstrumentation.