mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
Merge pull request #244 from netortik/master
bugfix for default Telegraf configs
This commit is contained in:
commit
4f2a8e9e91
3
setup.py
3
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='yandextank',
|
||||
version='1.8.18',
|
||||
version='1.8.19',
|
||||
description='a performance measurement tool',
|
||||
longer_description='''
|
||||
Yandex.Tank is a performance measurement and load testing automatization tool.
|
||||
@ -56,5 +56,6 @@ analytic tools for the results they produce.
|
||||
'yandextank.plugins.TipsAndTricks': ['config/*'],
|
||||
'yandextank.plugins.Pandora': ['config/*'],
|
||||
'yandextank.plugins.Aggregator': ['config/*'],
|
||||
'yandextank.plugins.Telegraf': ['config/*'],
|
||||
},
|
||||
use_2to3=True, )
|
||||
|
Loading…
Reference in New Issue
Block a user