maxime mouial

Results 20 comments of maxime mouial

Hi @pedro-stanaka , Thanks for opening this PR. Adding support for `DD_TAGS` across all our DogStatsD clients is something we're looking into. The main issue being that when `DD_TAGS` is...

HI @smitthakkar96, Thanks for opening this issue. I'll look into it and sync with the APM team. But adding a new env var sound like a good idea.

There actually is the `DD_TRACE_AGENT_URL` setting on the trace agent (https://docs.datadoghq.com/tracing/setup_overview/setup/python/?tab=containers). But this is not yet implemented in the Go client. There is a issue open [here](https://github.com/DataDog/dd-trace-go/issues/1023).

Hi @lightbaseio, It's possible but this will require some/a lot of wrapping. You need to extend python using CPython and there call any Go function exposed to C. You can't...

Hi @BenDerPan, The bindings should work on Windows (I haven't tried), nothing is Linux specific. Are you sure your setup for `pkg-config` is working ? Does this command works on...

> Given all the comments I believe that we have two scenarios: > > * Completely remove references to `force_tls_v12` (in `config.go` and `config_template.yaml`) > * Keep references (for a...

> @Kaderinho I think there was a majority leaning towards both removal of the old option (without trailing warning) and leaning to use of `upgrade` field for the release note....

> > Also, side question: this looks like a code import from another repo (8k new lines in a single commit). > > If' it's the case, could we keep...