-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
Description
Bug Description
I have this problem when scraping /metrics on frp server, it is supposed to be a non-decreasing counter (unless the frp server itself restarts), but it seems like the counter sometimes decrease as such

frpc Version
v0.61.0
frps Version
v0.61.0
System Architecture
linux/amd64
Configurations
bindPort = 7000
webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "*****"
webServer.password = "***********"
enablePrometheus = true
transport.tls.force = true
[[httpPlugins]]
addr = "127.0.0.1:7200"
path = "/handler"
ops = ["Login"]
Logs
No response
Steps to reproduce
...
Affected area
- Docs
- Installation
- Performance and Scalability
- Security
- User Experience
- Test and Release
- Developer Infrastructure
- Client Plugin
- Server Plugin
- Extensions
- Others