Overview of the tRPC-Cpp management service
mainThe tRPC-Cpp management service is an HTTP-based service that allows users to monitor and manage the status of their services. It provides interfaces to:
- View framework version and configuration.
- View and modify log levels.
- View server-side statistics (connection count, request count, latency, etc.).
- View framework and user-defined
tvarvariables. - Collect system resource usage (CPU, memory).
- View
rpczinformation. - Access Prometheus metrics.
- Customize management commands.
You can access this service via a web browser or by making manual HTTP requests (e.g., using curl).