Donnie

Results 4 issues of Donnie

This aims to add warning logging during batch span processor dropping spans. https://github.com/open-telemetry/opentelemetry-go/issues/3264 One thing I'm unsure about is the logger doesn't offer a `Warn` method already, I added one...

pkg:SDK
area:trace

Hello, I'm trying to parse an XML: ``` http://foo.bar.com TextValue ``` This parses fine; however, when attempting to convert the parsed struct back into an XML string using `mxj.NewMapXmlSeq`, I...

**What steps did you take and what happened:** Follow this guide: https://projectcontour.io/docs/1.25/guides/external-authorization/ This was my globalExtAuth config: ``` contour.yaml: | disablePermitInsecure: false globalExtAuth: extensionService: service/my-ext-authz failOpen: true authPolicy: disabled: false...

kind/bug
lifecycle/needs-triage

**Is your feature request related to a problem? Please describe.** Yes. Currently to loadbalance exporters(specifically: https://github.com/open-telemetry/opentelemetry-go/tree/main/exporters/otlp/otlptrace) with a collector we are using the otlp grpc receiver, running the receiver as...