NicklasWallgren

Results 92 comments of NicklasWallgren

Is there any know workaround for this, how do I mock a context.Context or any other type of interface?

@tiagoblackcode Thanks for publishing a docker image containing the fix! I agree with @mumoshu, but at the same time I think it's a good idea to include the fix directly...

@tiagoblackcode Yeah, you are probably right. I did suggest that as an alternative solution in the PR.

Log output. *kube-rbac-proxy-main* ``` E0921 12:14:01.518665 1 webhook.go:106] Failed to make webhook authenticator request: the server could not find the requested resource E0921 12:14:01.518704 1 proxy.go:67] Unable to authenticate the...

Found the cause of the issue. ``` I found my issue with k8s audit, kube-rbac-proxy use authentication.k8s.io/v1beta1 to authenticate the token, but k3s removed v1beta1 in favor to v1. ```...

Related to this, does the `dd-trace-go` support [`TraceInterceptor`](https://github.com/DataDog/dd-trace-java/blob/master/dd-trace-api/src/main/java/datadog/trace/api/interceptor/TraceInterceptor.java), as the dd-trace-java does? We wan't to be able to filter/drop spans in long-lived queue jobs.

> After trying several Graals I was glad I stumbled upon this thread. I can confirm that the Bellsoft Liberica NIK 23..1.1 (OpenJDK 21) works for me (creating ASCIIArt). I've...

Did you manage to solve the issue? I'm getting the same error while trying to connect using the nginx module. ``` /opentelemetry-cpp/exporters/otlp/src/otlp_grpc_exporter.cc:135[OTLP TRACE GRPC Exporter] Export() failed: failed to connect...

> no but as the solution of using otel collector in between works so i am using that > > otel agent --> otel collector --> APM server What otel...