Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDS的python api更新了,获取RDS慢查询有问题了 #48

Closed
sky1006 opened this issue Feb 13, 2019 · 2 comments
Closed

RDS的python api更新了,获取RDS慢查询有问题了 #48

sky1006 opened this issue Feb 13, 2019 · 2 comments

Comments

@sky1006
Copy link

sky1006 commented Feb 13, 2019

aliyun_rds.py

for SlowLog in sql_slow_log:
    SlowLog['SQLHASH'] = str(SlowLog['SQLHASH'])
    SlowLog['CreateTime'] = Aliyun.aliyun_time_format(SlowLog['CreateTime'])
@hhyo
Copy link
Owner

hhyo commented Feb 13, 2019

依赖sdk的版本不升级也无法使用?不过现在我没有rds实例无法测试验证,欢迎帮修改下提交pr⭐

@sky1006
Copy link
Author

sky1006 commented Feb 14, 2019

依赖的sdk 不升级也无法使用

@hhyo hhyo closed this as completed in 4e5fade Feb 15, 2019
kjiLupin pushed a commit to kjiLupin/Archery that referenced this issue Nov 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants