Upload Metrics to Kafka
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
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