码迷,mamicode.com
首页 > 其他好文 > 详细

【监控】Grafana面板修改记录

时间:2019-03-16 18:06:18      阅读:511      评论:0      收藏:0      [点我收藏+]

标签:sqlt   boa   函数   ring   func   _id   org   das   board   

  • 修改主机图板
    update dashboard set data = replace(data,‘$host‘,‘$ip‘)
    update dashboard set data = replace(data,‘instance‘,‘ip‘)
  • 修改MySQL图板
    update dashboard set data = replace(data,‘instance="$host"‘,‘ip="$ip",port="$port"‘)   where slug like ‘mysql%‘ and plugin_id=‘pmm-app‘;
  • replace函数: http://www.mysqltutorial.org/mysql-string-replace-function.aspx

    【监控】Grafana面板修改记录

    标签:sqlt   boa   函数   ring   func   _id   org   das   board   

    原文地址:https://blog.51cto.com/l0vesql/2364090

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!