Skip to content

Commit

Permalink
Set DT_APPLICATIONID environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
silvestre committed Aug 30, 2023
1 parent 5ac99ba commit 8c614d2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions jobs/eventgenerator/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ processes:
- /var/vcap/jobs/eventgenerator/config/eventgenerator.yml
env:
DT_MONITOR: true
DT_APPLICATIONID: eventgenerator
hooks:
pre_start: /var/vcap/jobs/eventgenerator/bin/bpm-pre-start
1 change: 1 addition & 0 deletions jobs/golangapiserver/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ processes:
- /var/vcap/jobs/golangapiserver/config/apiserver.yml
env:
DT_MONITOR: true
DT_APPLICATIONID: apiserver
hooks:
pre_start: /var/vcap/jobs/golangapiserver/bin/bpm-pre-start
1 change: 1 addition & 0 deletions jobs/metricsforwarder/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ processes:
- /var/vcap/jobs/metricsforwarder/config/metricsforwarder.yml
env:
DT_MONITOR: true
DT_APPLICATIONID: metricsforwarder
1 change: 1 addition & 0 deletions jobs/metricsgateway/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ processes:
- /var/vcap/jobs/metricsgateway/config/metricsgateway.yml
env:
DT_MONITOR: true
DT_APPLICATIONID: metricsgateway
hooks:
pre_start: /var/vcap/jobs/metricsgateway/bin/bpm-pre-start
1 change: 1 addition & 0 deletions jobs/metricsserver/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ processes:
- /var/vcap/jobs/metricsserver/config/metricsserver.yml
env:
DT_MONITOR: true
DT_APPLICATIONID: metricsserver
hooks:
pre_start: /var/vcap/jobs/metricsserver/bin/bpm-pre-start
1 change: 1 addition & 0 deletions jobs/operator/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ processes:
- /var/vcap/jobs/operator/config/operator.yml
env:
DT_MONITOR: true
DT_APPLICATIONID: operator
hooks:
pre_start: /var/vcap/jobs/operator/bin/bpm-pre-start
1 change: 1 addition & 0 deletions jobs/scalingengine/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ processes:
- /var/vcap/jobs/scalingengine/config/scalingengine.yml
env:
DT_MONITOR: true
DT_APPLICATIONID: scalingengine
hooks:
pre_start: /var/vcap/jobs/scalingengine/bin/bpm-pre-start
1 change: 1 addition & 0 deletions jobs/scheduler/templates/bpm.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ processes:
- /var/vcap/packages/scheduler/scheduler-1.0-SNAPSHOT.war
env:
DT_MONITOR: true
DT_APPLICATIONID: scheduler
hooks:
pre_start: /var/vcap/jobs/scheduler/bin/bpm-pre-start

0 comments on commit 8c614d2

Please sign in to comment.