mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3961] 分享一个用于 frps 的 Grafana 的仪表盘 #3143
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3143
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sqkkyzx on GitHub (Jan 30, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/3961
预览
功能
展示 frp 服务器的连接数、代理数和流量数据等关键指标。
提供对 frp 服务器的流量、代理计数和连接计数的实时监控。
使用说明
为你的frp 开启 Prometheus 监控,可以查看文档。
配置 Prometheus 收集您的 frp 服务器的监控数据。
导入本监控面板,在这里可以找到。
在Grafana中选择frp监控面板,您将能够实时监控frp服务器的状态和性能指标。
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Jan 31, 2024):
挺好,我想想在文档里找个地方统一放一下这一类的资源分享。
@qzj603 commented on GitHub (Mar 12, 2024):
如果dashboard配置了登录账号和密码,Grafana怎么监控呢?
@sqkkyzx commented on GitHub (Mar 13, 2024):
监控frps使用的是Prometheus数据源,在数据源设置时可以配置Basic Authentication
@qzj603 commented on GitHub (Mar 13, 2024):
具体怎么操作,能否指导一下,谢谢。
@Yorafa commented on GitHub (May 20, 2024):
您好我请问一下在第二步配置Prometheus中具体需要做什么?我按以下尝试配置但不起作用
@sqkkyzx commented on GitHub (May 20, 2024):
目标地址未指定:
在 static_configs 中的 targets 字段中使用了 ['dashboard_addr'],这看起来像是一个占位符。你需要将 dashboard_addr 替换为实际的监控目标地址,例如 ['192.168.1.100:7500']。这里的地址和端口应该是Frp Dashboard 的实际地址和端口。
@wuai1024 commented on GitHub (Jun 5, 2024):
这个Grafana仪表有点小bug。
我在代理中是有

sudp的,如下图:在Grafana中,显示为空,如下图:

@sqkkyzx commented on GitHub (Jun 5, 2024):
收到。
@katfionn commented on GitHub (Sep 3, 2024):
大佬们,
配置 Prometheus 收集您的 frp 服务器的监控数据。这一步,有没有哪里有详细的图文操作,具体到什么框框填什么、遇到XXX报错怎么解决@thqiang commented on GitHub (Sep 17, 2024):
@sqkkyzx @fatedier
请问下0.60版本的frps,已经开启了prometheus,但是无法获取到metrics,可能是什么原因呢?
frps版本:
frps配置:
metric页面404:
curl -u admin 192.100.1.51:9999/metrics Enter host password for user 'admin': 404 page not founddashboard页面正常:

@github-actions[bot] commented on GitHub (May 21, 2025):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.
@MuBai-He commented on GitHub (Sep 28, 2025):
大佬们,现在这个面板还能用吗?我这个有好多数据没收集到
@sqkkyzx commented on GitHub (Sep 29, 2025):
我目前已经好久没有使用 frp 了,过两天我部署个试试看
@enwaiax commented on GitHub (Apr 9, 2026):