cloudflared-mirror/tunnelrpc/pogs
Devin Carr 30197e7dfa TUN-8422: Add metrics for capnp method calls
Adds new suite of metrics to capture the following for capnp rpcs operations:
- Method calls
- Method call failures
- Method call latencies

Each of the operations is labeled by the handler that serves the method and
the method of operation invoked. Additionally, each of these are split
between if the operation was called by a client or served.
2024-05-28 14:14:25 -07:00
..
cloudflared_server.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00
configuration_manager.go TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
errors.go TUN-3107: UnregisterConnection shouldn't wrap nil error as RPC error 2020-06-18 21:17:43 +08:00
quic_metadata_protocol.go TUN-8415: Refactor capnp rpc into a single module 2024-05-17 11:22:07 -07:00
registration_server.go TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
registration_server_test.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00
session_manager.go TUN-8422: Add metrics for capnp method calls 2024-05-28 14:14:25 -07:00
tag.go TUN-8423: Deprecate older legacy tunnel capnp interfaces 2024-05-23 11:17:49 -07:00