Skip to main content
Version: 3.11.0

SHOW META LEADER

The SHOW META LEADER statement shows the information of the leader in the current Meta cluster.

For more information about the Meta service, see Meta service.

Syntax

SHOW META LEADER;

Example

nebula> SHOW META LEADER;
+------------------+---------------------------+
| Meta Leader | secs from last heart beat |
+------------------+---------------------------+
| "127.0.0.1:9559" | 3 |
+------------------+---------------------------+
ParameterDescription
Meta LeaderShows the information of the leader in the Meta cluster, including the IP (or hostname) and port of the server where the leader is located.
secs from last heart beatIndicates the time interval since the last heartbeat. This parameter is measured in seconds.