Brett Langdon

Results 122 comments of Brett Langdon

hey @dart-neitro if I understand you correctly, you want to have all spans produced from your Python application to share the same service name? As of right now any integration...

hey @dart-neitro, makes sense. Yeah, `requests` is an older integration so likely that it is different, but still difficult to change since it would be a breaking change. hmm, if...

If you end up with a reproduction that would be great!

hey @dart-neitro, thanks for the detailed walk through. Yes, that makes complete sense why `DD_SERVICE` does not impact the service name for `requests`. Something for me to discuss with the...

hey @wojcikm thank you for opening the issue, and sorry you are seeing this problem. Our library doesn't register any after request hooks with uWSGI so `harakiri-no-arh` won't have any...

@JordanP your concern is around the size of the query string being added as the span's resource name, or are you concerned about the total number of queries causing the...

@JordanP if it helps, the trace agent truncates to a max size of 5k https://github.com/DataDog/datadog-agent/blob/c23c61954e223dbf39211de802cfbd8388e670c5/pkg/trace/traceutil/truncate.go#L12-L51 the one thing to also keep in mind, if we truncate before sending to the...

@mapleoin no problem, let me see if I can get you some more information today or tomorrow on how to move this to monkey patching approach.

hey @vrchen thanks for opening an issue. I'll have to give this a try myself, I am not sure why setting `config.http.trace_query_string = True` would work but not `ddtrace.config.django['trace_query_string'] =...