File tree 8 files changed +233
-214
lines changed
8 files changed +233
-214
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ These endpoints aren't activated by default. To enable the diagnostic HTTP endpo
49
49
- type: file
50
50
path: /var/log/teleport/teleport.log
51
51
source: teleport
52
- service: telepor -service
53
- log_processing_rules:
52
+ service: teleport -service
53
+ log_processing_rules:
54
54
- type: multi_line
55
55
name: logs_start_with_date
56
56
pattern: \d {4}\- (0?[1-9]|1[012])\- (0?[1-9]|[12][0-9]|3[01])
Original file line number Diff line number Diff line change
1
+ Add additional Teleport heartbeat_connections_received and teleport_roles metrics
Original file line number Diff line number Diff line change 61
61
"teleport_migrations" : "auth.migrations" ,
62
62
"watcher_event_sizes" : "auth.watcher_event_sizes" ,
63
63
"watcher_events" : "auth.watcher_events" ,
64
+ "heartbeat_connections_received" : "auth.heartbeat_connections_received" ,
65
+ "teleport_roles_total" : "auth.roles" ,
64
66
}
65
67
66
68
AUTH_AUDIT_LOG_METRICS_MAP = {
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 84
84
"auth.grpc_server_msg_sent.count" ,
85
85
"auth.grpc_server_started.count" ,
86
86
"auth.cluster_name_not_found.count" ,
87
+ "auth.connected_resources" ,
88
+ "auth.registered_servers" ,
89
+ "auth.registered_servers_by_install_methods" ,
87
90
"auth.user_login.count" ,
88
91
"auth.migrations" ,
92
+ "auth.heartbeat_connections_received.count" ,
93
+ "auth.roles" ,
89
94
]
90
95
91
96
Original file line number Diff line number Diff line change @@ -43,6 +43,11 @@ auth_generate_seconds_bucket{le="32.768"} 4
43
43
auth_generate_seconds_bucket{le="+Inf"} 4
44
44
auth_generate_seconds_sum 0.016478917
45
45
auth_generate_seconds_count 4
46
+
47
+ # HELP teleport_roles_total Number of roles that exist in the cluster
48
+ # TYPE teleport_roles_total gauge
49
+ teleport_roles_total 70
50
+
46
51
# HELP backend_batch_read_requests_total Number of read requests to the backend
47
52
# TYPE backend_batch_read_requests_total counter
48
53
backend_batch_read_requests_total{component="backend"} 56
Original file line number Diff line number Diff line change 1
1
services :
2
2
teleport-service :
3
- image : public.ecr.aws/gravitational/teleport:14.3
3
+ image : public.ecr.aws/gravitational/teleport-distroless:17.2
4
4
ports :
5
5
- 3000:3000
6
6
- 3080:3080
Original file line number Diff line number Diff line change @@ -1090,6 +1090,10 @@ auth_generate_seconds_bucket{le="+Inf"} 30
1090
1090
auth_generate_seconds_sum 33.0
1091
1091
auth_generate_seconds_count 30
1092
1092
1093
+ # HELP teleport_roles_total Number of roles that exist in the cluster
1094
+ # TYPE teleport_roles_total gauge
1095
+ teleport_roles_total 70
1096
+
1093
1097
# TYPE teleport_audit_emit_events counter
1094
1098
teleport_audit_emit_events_total 0
1095
1099
@@ -1571,4 +1575,4 @@ bpf_lost_command_events{} 320
1571
1575
bpf_lost_disk_events{} 214
1572
1576
1573
1577
# TYPE bpf_lost_network_events counter
1574
- bpf_lost_network_events{} 587
1578
+ bpf_lost_network_events{} 587
You can’t perform that action at this time.
0 commit comments