Sara Sinback
Sara Sinback
Update the type hint for type_hooks to accept the more general `Mapping` rather than `Dict`. It looks like `transform_value` will work with any `type_hooks` that supports `__getitem__`, which the Mapping...
I'm converting code from using traditional dataclasses to using marshmallow_dataclasses. My use case is to parse hierarchical config jsons into nested dataclasses, and do config validation at the same time....
### URL https://opentelemetry.io/docs/languages/go/sampling/ ### Description As-written, this page currently explains that TracerProviders can be set up with Samplers and some useful Sampler primitives are already supplied (`AlwaysSample`, `NeverSample`, `TraceIDRatioBased` and...