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
In addition to adding the Teleport auth heartbeat_connections_received
and teleport_roles metrics, this cleans up a few typos and updates
Teleport image and tag used in the docker tests.
Copy file name to clipboardExpand all lines: teleport/metadata.csv
+2
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,8 @@ teleport.auth.migrations,gauge,,,,"Tracks for each migration if it is active (1)
104
104
teleport.auth.registered_servers,gauge,,,,"The number of Teleport services that are connected to an Auth Service instance grouped by version.",0,teleport,,
105
105
teleport.auth.registered_servers_by_install_methods,gauge,,,,"The number of Teleport services that are connected to an Auth Service instance grouped by install methods.",0,teleport,,
106
106
teleport.auth.user_login,count,,,,"Number of user logins.",0,teleport,,
107
+
teleport.auth.heartbeat_connections_received,count,,,,"Number of times auth received a heartbeat connection.",0,teleport,,
108
+
teleport.auth.teleport_roles,gauge,,,,"Number of roles that exist in the cluster.",0,teleport,,
107
109
teleport.bpf.lost_command_events,count,,,,"Number of lost command events.",0,teleport,,
108
110
teleport.bpf.lost_disk_events,count,,,,"Number of lost disk events.",0,teleport,,
109
111
teleport.bpf.lost_network_events,count,,,,"Number of lost network events.",0,teleport,,
0 commit comments