Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
Upload Metrics to Kafka
Users may declare a memsqlPusherSpec inside of a monitoringSpec to configure uploading data to Kafka.
monitoringSpec:memsqlPusherSpec:enable: truemode: ClusterorganizationName: <org_name>kafkaBootstrapServer: <server_address>kafkaProtocol: <kafka_protocol>pusherSecretName: <pusher_secret_name>
The <org_ is the prefix for the two Kafka topics that the monitoring data will be pushed to, specifically:
-
<org_name>_ metrics -
<org_name>_ blobs
These two topics must be created if they don’t exist.
The Kubernetes secret with pusher_ must contain the following two keys in its data section:
-
KAFKA_USER -
KAFKA_PASSWORD
Last modified: April 17, 2023