You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a prometheus metric frp_server_proxy_info{name, type, client_version} with information that is also exposed in the dashboard. This way I can include the client version in the same Grafana dashboard as my other FRP statistics.
Describe alternatives you've considered
Can I create a custom plugin to expose this information?
Affected area
Docs
Installation
Performance and Scalability
Security
User Experience
Test and Release
Developer Infrastructure
Client Plugin
Server Plugin
Extensions
Others
The text was updated successfully, but these errors were encountered:
The current implementation is not very elegant. The client_version should not actually be the metadata of the proxy. There should be a separate client/host object, and the proxy should be associated with this object.
We need to rethink the best implementation method here. We did not previously expose the client dimension object to the user, so this change may not be very simple.
Describe the feature request
Add a prometheus metric
frp_server_proxy_info{name, type, client_version}
with information that is also exposed in the dashboard. This way I can include the client version in the same Grafana dashboard as my other FRP statistics.Describe alternatives you've considered
Can I create a custom plugin to expose this information?
Affected area
The text was updated successfully, but these errors were encountered: