Kyle Nusbaum
Kyle Nusbaum
👍 I'm hitting this problem too. I'm not able to attach headers to outgoing redirects since the middleware does handle those at the moment.
"Falling behing by X" is a message that gets output by the producer when it is unable to produce messages as quickly as it needs to in order to keep...
Nice! I'll take a closer look at this tomorrow.
We are going to put this integration on hold for the time being. The gqlgen author has made us aware that there are going to be significant changes to the...
We should figure out how we want to support v0 libraries. (#729) Gqlgen is requested a lot and we want to support it. I don't know when they plan on...
Have you tried using the existing integration with the new v7 version of the library? The `SetHttpClient` method still exists: https://github.com/olivere/elastic/blob/v7.0.12/client.go#L476 We don't have tests for v7 currently, but I...
@Mangosteen-Yang None yet, but we're happy to have help if anyone is interested in doing this.
@AHHussain569 The `.circleci/config.yml` sets up `elasticsearch:2` and `elasticsearch:5` to listen on port `9200` and `9201` respectively, and are then used for integration tests such as [here (v5)](https://github.com/DataDog/dd-trace-go/blob/4cc670944564d33a6bca2cefa21226de0ef800f1/contrib/olivere/elastic/elastictrace_test.go#L39) and [here (v3)](https://github.com/DataDog/dd-trace-go/blob/4cc670944564d33a6bca2cefa21226de0ef800f1/contrib/olivere/elastic/elastictrace_test.go#L167)...
The tracer already automatically uses the defaultSocketAPM if it's available. Please see: https://github.com/DataDog/dd-trace-go/blob/814381c4a58aca78c5dc3b8537c988b3d976147c/ddtrace/tracer/option.go#L325-L332 I'm going to close this PR as stale for now. Please feel free to re-open or open...
After discussing, there's little benefit to changing the API and making users alter their code, even if we do so in a `v2` update. Instead, I want to make this...