mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4986] [Feature Request] in prometheus metrics, I would like to see which proxies are currently registered (i.e. frpc connected) #3929
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#3929
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 @charlieblevins on GitHub (Sep 19, 2025).
Original GitHub issue: https://github.com/fatedier/frp/issues/4986
Describe the feature request
Since proxy registration seems to imply that the frpc client is online, it would be great to add the "name" label to this metric. I have made a PR to add this here
I was wondering if this was tried before and maybe an issue was encountered?
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Sep 21, 2025):
It's a breaking change for existing dashboards and queries.
Perhaps we could add a new metric
proxy_count_detailed.@charlieblevins commented on GitHub (Sep 22, 2025):
Thanks for teaching!
I'll update the PR to create a new
proxy_count_detailedmetric@charlieblevins commented on GitHub (Sep 22, 2025):
Thank you for helping me get this in. May I ask, how do you generally schedule releases? When would you predict this change will be released?
@fatedier commented on GitHub (Sep 23, 2025):
There is usually no fixed release milestone. I expect it will be in one to two weeks, once some of the ongoing features are completed.