feat(cli): add DataDog Go tracer (#9411)

This commit is contained in:
Ammar Bandukwala
2023-08-29 17:14:28 -05:00
committed by GitHub
parent 9ceba20ea4
commit 16ef97a061
11 changed files with 156 additions and 4 deletions

3
coderd/apidoc/docs.go generated
View File

@ -10110,6 +10110,9 @@ const docTemplate = `{
"capture_logs": {
"type": "boolean"
},
"data_dog": {
"type": "boolean"
},
"enable": {
"type": "boolean"
},