Grafana
启动实例
docker run -d --name=grafana -p 3000:3000 grafana/grafana
浏览器访问http://127.0.0.1:3000,使用admin/admin账号密码登录
数据源接入案例
- Mysql-Table https://www.jianshu.com/p/2b93cb3cceb0
- MySql-Graph https://segmentfault.com/a/1190000014935629
- ElasticSearch https://www.cnblogs.com/wxwall/p/9642621.html
Cassandra
安装文档 [https://hub.docker.com//cassandra](https://hub.docker.com//cassandra)
操作手册 https://www.w3cschool.cn/cassandra/cassandra_introduction.html
Apache Cassandra是一个高度可扩展的高性能分布式数据库,用于处理大量商用服务器上的大量数据,提供高可用性,无单点故障。这是一种NoSQL类型的数据库。
创建网络
docker network create some-network -d
启动实例
docker run --name some-cassandra --network some-network -d cassandra:3
进入容器
docker exec -it some-cassandra bash
Elasticsearch
安装文档 https://www.elastic.co/guide/en/elasticsearch/reference/6.4/docker.html 使用文档 https://www.elastic.co/guide/en/elasticsearch/reference/6.0/getting-started.html
Elasticsearch是一个开源的高性能、可伸缩的全文搜索和分析引擎。
Prometheus
使用文档 https://prometheus.io/docs/prometheus/latest/getting_started/ Prometheus是由SoundCloud开发的开源监控报警系统和时序列数据库(TSDB)。Prometheus使用Go语言开发,是Google BorgMon监控系统的开源版本。
Sentry
安装文档 https://github.com/getsentry/onpremise 官方文档 https://sentry.io/welcome/
Sentry 是一个开源的实时错误追踪系统,可以帮助开发者实时监控并修复异常问题。
XHGUI
安装文档 https://github.com/hetiansu5/xhgui-dashboard Agent接入文档 https://github.com/hetiansu5/xhprof-demo