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