Skip to content

Commit

Permalink
[OMON-714] Enable process monitoring to in all flavors of StfB task (#…
Browse files Browse the repository at this point in the history
…616)

* [OMON-714] Add also process monitoring to StfB senderoutput task

* another flavuours
  • Loading branch information
awegrzyn authored Sep 28, 2023
1 parent 417f0e1 commit 75fc9f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/stfbuilder-nooutput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ command:
- "--session=default"
- "--transport=shmem"
- "--monitoring-backend='{{ monitoring_dd_url }}'"
- "--monitoring-process-interval='5'"
- "--detector-rdh={{ rdh_version }}"
- "--detector-subspec={{dd_detector_subspec}}"
- "--severity={{ fmq_severity }}"
Expand Down
1 change: 1 addition & 0 deletions tasks/stfbuilder-senderoutput.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ command:
- "--shm-segment-id=2"
- "--shm-segment-size=33554432"
- "--monitoring-backend='{{ monitoring_dd_url }}'"
- "--monitoring-process-interval='5'"
- "--discovery-partition={{ environment_id }}"
- "--discovery-endpoint={{ dd_discovery_endpoint }}"
- "--detector-rdh={{ rdh_version }}"
Expand Down

0 comments on commit 75fc9f1

Please sign in to comment.