Moritz Lang

Results 63 issues of Moritz Lang

Now that we're able to publish DocC-powered documentation on GitHub Pages and our current solution (`swift-doc`) was deprecated, we should definitely make use of it 📖

documentation

A probabilistic sampler (known as trace-id ratio based in OTel) samples spans with a given probability by comparing the random numbers contained in the trace-id to a max value derived...

t:sampling
good first issue

To avoid not being aware of sampling at 100%, we should require users to always pass in a span when initializing `OTel`. To make things easier, we can expose the...

t:sampling

Passing custom headers alongside the export gRPC calls is necessary to support exporting directly to a supported backend using e.g. an API key. We should support the standard `OTEL_EXPORTER_OTLP_HEADERS` environment...

t:exporting

To directly export to supported backends via OTLP over gRPC, we need to offer the ability to configure the gRPC channel to use TLS. Currently, the exporter is hardcoded to...

t:exporting
good first issue

Add `MetadataProvider` closure to be run on each log statement to attach the current value of something (e.g. a task-local) to the statement's metadata values (#205). ### Motivation: Closes #205...