Siim Kallas

Results 7 issues of Siim Kallas

How should we release different contrib projects? nginx now (#10) builds release binaries for different platforms and I'd like expose these artifacts via Github releases. Should each project have it's...

Accessing `traceparent` in nginx scripts can be done via `$otel_ctxvar_traceparent`, but this was initially intended for internal use and could have a better name. Should create an alias and document...

Batch span processor currently exports batches with a strict interval: 5s interval, 512 batch size as per OTel's default conf (comes to around 100 spans per second for the throughput)....

feature-request
never-stale

enhancement

At the moment WebUDP can't initiate connections to other instances or browsers.

enhancement

## Which problem is this PR solving? Fixes BSP silently dropping spans. Fixes #3094 ## Short description of the changes Add eager exporting to BSP: 1. Start an export as...

## Which problem is this PR solving? Prerequisite for https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1845 ## Short description of the changes Adds the [kafkajs instrumentation](https://github.com/aspecto-io/opentelemetry-ext-js/tree/master/packages/instrumentation-kafkajs) created by Aspecto which does not seem to be maintained...