Grafana集成prometheus(2.Grafana安装)

查找镜像

shell 复制代码
docker search grafana

下载指定版本

shell 复制代码
docker pull grafana/grafana:10.0.1

启动容器脚本

shell 复制代码
docker run -d -p 3000:3000 --name=grafana grafana/grafana:10.0.1

查看是否启动

shell 复制代码
docker ps

防火墙开启

检查防火墙3000端口是否开启

默认用户及密码

admin/admin

登录

http://ip:3000

相关推荐
朱包林6 小时前
Prometheus监控K8S集群-ExternalName-endpoints-ElasticStack采集K8S集群日志实战
运维·云原生·容器·kubernetes·prometheus
3分云计算16 小时前
Prometheus 05-01: 告警规则与Alertmanager配置
prometheus
散一世繁华,颠半世琉璃3 天前
Prometheus+Grafana轻松实现SpringBoot应用监控
spring boot·grafana·prometheus
Achou.Wang4 天前
kube-prometheus监控服务发现
服务发现·prometheus
LoneEon5 天前
Ubuntu 系统安装 Prometheus+Grafana(附shell脚本一键部署↓)
ubuntu·grafana·prometheus
Coco_淳7 天前
K8s平台部署Grafana + Loki + Promtail日志收集系统
kubernetes·grafana·日志·loki
文人sec7 天前
性能测试-jmeter15-性能项目计划流
分布式·jmeter·性能优化·grafana·prometheus·模块测试
Knight_AL8 天前
Spring Cloud Gateway 实战:全局过滤器日志统计与 Prometheus + Grafana 接口耗时监控
spring boot·spring cloud·grafana·prometheus
麦兜*8 天前
Redis监控告警体系搭建:使用Redis Exporter + Prometheus + Grafana
java·spring boot·redis·spring·spring cloud·grafana·prometheus
qq_2320455711 天前
在Grafana中配置MySQL数据源并创建查询面板
mysql·grafana