Skip to content

Commit

Permalink
增加redis grafana看板
Browse files Browse the repository at this point in the history
  • Loading branch information
starsliao committed Nov 28, 2022
1 parent d4853ab commit e7dfd9d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
Binary file added vue-consul/public/redis1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion vue-consul/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Object.keys(filters).forEach(key => {
})

Vue.config.productionTip = false
Vue.prototype.VER = 'v0.11.0'
Vue.prototype.VER = 'v0.11.1'

new Vue({
el: '#app',
Expand Down
8 changes: 7 additions & 1 deletion vue-consul/src/views/dashboard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,20 @@
<el-link :underline="false" type="primary" icon="el-icon-star-on" href="https://github.com/starsliao/ConsulManager" target="_blank" class="dashboard-text">StarsL.cn</el-link>
</el-badge>
<el-timeline>
<el-timeline-item timestamp="2022/11/28" placement="top">
<el-card>
<h4>v0.11.1</h4>
<p><el-button type="primary" size="mini" icon="el-icon-star-off" circle />新增:Redis Exporter Grafana Dashboard,基于官方版本汉化,增加总览页,优化重要指标展示。</p>
</el-card>
</el-timeline-item>
<el-timeline-item timestamp="2022/11/25" placement="top">
<el-card>
<h4>v0.11.0</h4>
<p><el-button type="primary" size="mini" icon="el-icon-star-off" circle />新增:Redis监控接入:支持同步华为/阿里/腾讯云的Redis信息到Consul并接入Prometheus监控!(支持自定义IP端口)(已有账户可在<strong>接入云厂商-编辑云资源</strong>窗口增加REDIS接入即可。)</p>
<p><el-button type="warning" size="mini" icon="el-icon-star-off" circle />新增:自建Redis管理界面,支持增删改查、批量导入导出,自动同步到Consul并接入到Prometheus监控!</p>
<p><el-button type="success" size="mini" icon="el-icon-star-off" circle />新增:由于Redis_Exporter无法监控到云REDIS的CPU、内存等信息的使用情况,<strong>所以ConsulManager开发了Exporter功能,配置到Prometheus即可直接从云厂商采集到这些指标!</strong>【直接在Prometheus配置菜单即可生成配置。】</p>
<p>新增:从Consul同步RDS到Prometheus的配置生成界面,可生成Prometheus的配置。</p>
<p>优化:ECS开关机写入consul的标签及Prometheus同步的逻辑,您需要重新生成ECS的Prometheus配置,获得更好的体验。</p>
<p>优化:ECS开关机写入consul的标签及Prometheus同步的逻辑,您需要重新生成各资源的Prometheus配置,获得更好的体验。</p>
<p>修复:导入按钮上移的BUG。</p>
</el-card>
</el-timeline-item>
Expand Down
4 changes: 4 additions & 0 deletions vue-consul/src/views/redis/grafana.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
<el-row :gutter="20">
<el-col :span="12" :offset="6">
<el-card shadow="always" style="text-align: center">
Grafana 看板详情:
<el-link href="https://grafana.com/grafana/dashboards/17507" target="_blank" type="primary">https://grafana.com/grafana/dashboards/17507</el-link><br><br>
Grafana 看板ID:<strong>17507</strong>
</el-card>
</el-col>
</el-row>
<br>
<div class="block">
<el-image style="width: 100%; height: 100%" src="/redis1.png" />
</div>
</div>
</template>

0 comments on commit e7dfd9d

Please sign in to comment.