Skip to content

Commit

Permalink
Update metrics.mdx with better clarity for heartbeat_connections_rece…
Browse files Browse the repository at this point in the history
…ived_total (#42632)

* Update metrics.mdx with better clarity for heartbeat_connections_received_total

adding clarity to heartbeat_connections_received_total due to confusion around what a heartbeat connection represented. 

Confirmed that the metric counts the number of times an agent has connected to the endpoint on auth used to periodically send heartbeats. So it represents the number of agents actively heartbeating rather than the number of heartbeats received over the lifespan of that particular auth instance.

* Update docs/pages/includes/metrics.mdx

Co-authored-by: Paul Gottschling <[email protected]>

* Update metrics.mdx

change heartbeating to heart beating

---------

Co-authored-by: Paul Gottschling <[email protected]>
  • Loading branch information
pschisa and ptgott authored Jun 18, 2024
1 parent c083c7f commit 6c74121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/includes/metrics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
| `grpc_server_handled_total` | counter | Teleport Auth | Total number of RPCs completed on the server, regardless of success or failure. |
| `grpc_server_msg_received_total` | counter | Teleport Auth | Total number of RPC stream messages received on the server. |
| `grpc_server_msg_sent_total` | counter | Teleport Auth | Total number of gRPC stream messages sent by the server. |
| `heartbeat_connections_received_total` | counter | Teleport Auth | Number of times the Auth Service received a heartbeat connection. |
| `heartbeat_connections_received_total` | counter | Teleport Auth | Number of times the Auth Service received a heartbeat connection, representing total heart beating Agents. |
| `s3_requests_total` | counter | Amazon S3 | Total number of requests to the S3 API. |
| `s3_requests` | counter | Amazon S3 | Total number of requests to the S3 API grouped by result. |
| `s3_requests_seconds` | histogram | Amazon S3 | Request latency for the S3 API. |
Expand Down

0 comments on commit 6c74121

Please sign in to comment.