Skip to content

Commit

Permalink
Fix telegraf.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-tan committed Mar 29, 2021
1 parent b62f123 commit 31ca57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/ep3/extensions/cwl-metrics/conf/telegraf.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

## Containers to include and exclude. Globs accepted.
## Note that an empty array for both will include all containers
container_name_include = []
# container_name_include = ["ep3-$EP3_PID-*"]
container_name_include = ["ep3-$EP3_PID-*"]
container_name_exclude = []

## Timeout for docker list, info, and stats commands
Expand Down
2 changes: 1 addition & 1 deletion lib/ep3/extensions/cwl-metrics/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ hooks:
pattern: ~(tr.return)
- place: cid
pattern: ~(newfile)
command: executor --cidfile=~(out.cid) ~(in.CommandGeneration.command)
command: executor --name=ep3-${EP3_PID}-~(tag) --cidfile=~(out.cid) ~(in.CommandGeneration.command)
- type: insert-before
target: prepare
in:
Expand Down

0 comments on commit 31ca57a

Please sign in to comment.