This commit is contained in:
BryantHe 2023-07-27 16:47:17 +08:00
parent d8ee68bcc6
commit 4e6cc13773
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ def metric_config_gen(module, class_name_str):
"""
import sys
from statsd.client.timer import Timer
sys.path.append('.')
sys.path.append('/home/ubuntu/namekoplus-examples')
click.echo(f'sys.path: {sys.path}')
# Extract information of statsd config from the class of nameko service