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
Copy file name to clipboardExpand all lines: teleport/metadata.csv
+2-2
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ teleport.auth.cache.watcher_events.count,count,,,,"Per resources size of events
91
91
teleport.auth.cache.watcher_events.sum,count,,,,"Per resources size of events emitted",0,teleport,,
92
92
teleport.auth.cluster_name_not_found,count,,,,"Number of times a cluster name was not found",0,teleport,,
93
93
teleport.auth.connected_resources,gauge,,,,"Number and type of resources connected via keepalives.",0,teleport,,
94
+
teleport.auth.heartbeat_connections_received,count,,,,"Number of times auth received a heartbeat connection.",0,teleport,,
94
95
teleport.auth.generate_requests,gauge,,,,"Number of current generate requests for server keys",0,teleport,,
95
96
teleport.auth.generate_requests_throttled,count,,,,"Number of throttled requests to generate new server keys",0,teleport,,
96
97
teleport.auth.generate_seconds.bucket,count,,second,,"Latency for generate requests for server keys",0,teleport,,
@@ -103,9 +104,8 @@ teleport.auth.grpc_server_started,count,,,,"Total number of RPCs started on the
103
104
teleport.auth.migrations,gauge,,,,"Tracks for each migration if it is active (1) or not (0).",0,teleport,,
104
105
teleport.auth.registered_servers,gauge,,,,"The number of Teleport services that are connected to an Auth Service instance grouped by version.",0,teleport,,
105
106
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
-
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
107
teleport.auth.roles,gauge,,,,"Number of roles that exist in the cluster.",0,teleport,,
108
+
teleport.auth.user_login,count,,,,"Number of user logins.",0,teleport,,
109
109
teleport.bpf.lost_command_events,count,,,,"Number of lost command events.",0,teleport,,
110
110
teleport.bpf.lost_disk_events,count,,,,"Number of lost disk events.",0,teleport,,
111
111
teleport.bpf.lost_network_events,count,,,,"Number of lost network events.",0,teleport,,
0 commit comments