forked from apache/doris
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[chore](version) Show binary version in metrics: fe be ms (apache#45490)
before ``` root@af0e5d234e63:~# curl 127.0.0.1:8030/metrics | grep doris_fe_version root@af0e5d234e63:~# curl 127.0.0.1:8060/brpc_metrics | grep doris_be_version root@af0e5d234e63:~# curl 127.0.0.1:5000/brpc_metrics | grep doris_cloud_version ``` after ``` [root@dbb7fecb3b61 output]# curl 127.0.0.1:8030/metrics | grep doris_fe_version # TYPE doris_fe_version gauge doris_fe_version 30004 [root@dbb7fecb3b61 output]# curl 127.0.0.1:8060/brpc_metrics | grep doris_be_version # TYPE doris_be_version gauge doris_be_version 30004 [root@dbb7fecb3b61 output]# curl 127.0.0.1:5000/brpc_metrics | grep doris_cloud_version # TYPE doris_cloud_version gauge doris_cloud_version 30004 ``` Co-authored-by: Gavin Chou <[email protected]>
- Loading branch information
1 parent
b252c0f
commit 038dd93
Showing
6 changed files
with
59 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters