bundles/nginx: add anonymous timing logging for http requests
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
72d4826dbb
commit
db83b1614b
7 changed files with 216 additions and 0 deletions
|
@ -71,6 +71,12 @@ for config in sorted(node.metadata.get('telegraf/input_plugins/execd', {}).value
|
|||
|
||||
telegraf_config['inputs']['execd'].append(config)
|
||||
|
||||
for name, config in sorted(node.metadata.get('telegraf/input_plugins/tail', {}).items()):
|
||||
if 'tail' not in telegraf_config['inputs']:
|
||||
telegraf_config['inputs']['tail'] = []
|
||||
|
||||
telegraf_config['inputs']['tail'].append(config)
|
||||
|
||||
files = {
|
||||
'/etc/telegraf/telegraf.conf': {
|
||||
'content_type': 'mako',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue