Sam
Sam
❗ this PR contains commits from https://github.com/yangxikun/opentelemetry-lua/pull/67. To view the diff of just this PR, you can look at [this link](https://github.com/plantfansam/opentelemetry-lua/compare/update-ci...plantfansam:opentelemetry-lua:add-logger?expand=1). ❗ This PR adds a base logger that allows...
The editor's draft of tracecontext [includes a `traceresponse` header](https://w3c.github.io/trace-context/#traceresponse-header), which can be used for [load balancer deferred sampling](https://w3c.github.io/trace-context/#load-balancer-deferred-sampling): > When a service initially makes the decision to not sample a...
OpenTelemetry supports a variety of [environment variables](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/sdk-environment-variables.md). @yangxikun are you open to supporting those in this library? Users would need to include `env` directives in their NGINX configurations, but I...