Brett Langdon
Brett Langdon
## Description This change is a follow-up to #4085 to provide a more long term solution to the problem and reverting the pinning of `setuptools` versions. `setuptools==64.0.0` changed the way...
It would be nice to have the ability to set a global service name prefix that gets applied to all services. This was originally suggested in comments for #547 https://github.com/DataDog/dd-trace-py/issues/547#issue-355345419...
Description/comment taken from @goodspark on #1044 Thanks for opening this, but I think this is slightly different from my last comment (https://github.com/DataDog/dd-trace-py/issues/547#issuecomment-462074146). I'd still like some way to have a...
I could have sworn I had written something in the readme about it, but apparently I didn't. For reference for anyone finding this before I actually get around to adding...
http://docs.datadoghq.com/api/#embeds
### Describe the bug With the release of `setuptools==64.0.0` they changed from using `.egg-link` to a `.pth` + loader when installing a package as editable. This caused a new exception...
Right now we are limited in how we can name settings, basically `[_a-zA-Z]+` is all we allow. I have been thinking about allowing strings as identifiers. To allow for more...
Got the idea from HOCON #9 I am thinking the syntax would look like: ``` cfg debug = ${APP_DEBUG}; ``` And have the ability to set a default value if...
Yeah, these are all kind of screwed up, I think they are mostly random right now. Sometimes it is off by 1 line and a bunch of columns. Just revisit...
Idea revitalized from #9 Originally I wanted to support operators like `+`, `-`, `/` and `*`, but cut it out of the original scope and now am considering adding them...