1
0
Fork 0
mirror of synced 2024-09-11 23:16:00 +12:00
budibase/packages/server/src
Jonny McCullagh c5bc0d4ffb add datadog apm (#9693)
* add datadog apm

* datadog init not start

* extra env vars for DD APM

* add datadog apm

* datadog init not start

* extra env vars for DD APM

* add datadog apm

* remove space

* Enable typescript integration with apm agents

* Fix typo

---------

Co-authored-by: Jonny <Jonny McCullagh>
Co-authored-by: Rory Powell <rory.codes@gmail.com>
2023-02-15 16:28:20 +00:00
..
api Updating test case which has been occasionally throwing 409 issues. 2023-02-10 18:29:29 +00:00
automations
constants
db
definitions
events
integration-test
integrations Merge master into develop 2023-02-15 15:10:02 +00:00
middleware
migrations Updating test case which has been occasionally throwing 409 issues. 2023-02-10 18:29:29 +00:00
sdk Merge branch 'master' of github.com:Budibase/budibase into develop 2023-02-10 17:42:56 +00:00
tests Updating test case which has been occasionally throwing 409 issues. 2023-02-10 18:29:29 +00:00
threads Minor fix for automations, the wrong function had the environment variables being added to environment, this is very minor, it simply makes sure that environment variables are in context for the whole of the automation runner - e.g. if utilising many datasources each of them doesn't need to re-retrieve the environment variables, instead they will be available based on the env vars retrieved at the start of the execution. 2023-02-10 14:14:43 +00:00
utilities
app.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
ddApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
elasticApm.ts add datadog apm (#9693) 2023-02-15 16:28:20 +00:00
environment.ts Merge master into develop 2023-02-15 15:10:02 +00:00
index.ts
startup.ts
watch.ts
websocket.ts