Operator would like to monitor metrics and client information for the product Tanzu for Valkey on Tanzu Platform.
Operator has questions on tracking historical client data and associating these clients with specific application using Tanzu Valkey.
Product: Tanzu for Valkey on Tanzu Platform
The Tanzu Valkey service emits metrics on the number of connected clients. This document details this metrics and how to monitor them.
The Valkey CLI has a CLIENT LIST command that can be used to list active clients. The CLIENT LIST command returns information and statistics about the client connections server in a mostly human readable format.
Historical client information is not maintained by service instance. An operator need to scrape this data over time and compile historical data in order to achieve this.
For tracking individual apps, the best option is to use CLIENT SETNAME to associate known clients with their applications.
CLIENT SETNAME my-custom-app-name