You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/speedystore/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ You need the password for the SingleStore 'root' user. You can use the followin
73
73
#### The `exporter-host` parameter
74
74
As shown in the diagram above, the export process runs on the Master Aggregator. Therefore, you need to target the SingleStore Master node; i.e. the **node-sas-singlestore-cluster-master-0** pod in a SAS SpeedyStore deployment.
75
75
76
-
>NOTE: The wording here can be a bit confusing: the _SingleStore Master node_ is a specific Kubernetes <ins>pod</ins>, it is <ins>__not__</ins> a _Kubernetes cluster master node_, which is a <ins>node</ins> (host) in the Kubernetes control plane.
76
+
>NOTE: The wording here can be a bit confusing: the SingleStore _Master node_ is a specific Kubernetes <ins>pod</ins>, it is <ins>__not__</ins> a Kubernetes _cluster master node_, which is a <ins>node</ins> (host) in the Kubernetes control plane.
77
77
78
78
In this example, the SingleStore Master node (pod) IP address will be used for the `exporter-host` parameter. You can obtain the pod's IP address and store it in the `CLUSTER_MASTER_IP` environment variable by submitting the following command:
Once completed, the exporter process, the pipeline, and the '**metrics**' database have been created. You can use the SingleStore Studio, to confirm this.
110
110
111
-
For example, in the screenshots below, you can see the newly created piplelines are up and the `**metrics**' database exists:
111
+
For example, in the screenshots below, the newly created piplelines are up and the `**metrics**' database exists:
112
112
113
-

113
+

114
114
115
-

115
+

116
116
117
117
### Create the "S2MonitorUser" user
118
118
Next, you need to create a specific user that Grafana can use to connect to the '**metrics**' database. After logging into SingleStore with the admin user, you can submit the `CREATE USER` and `GRANT` commands via the SingleStore CLI (or, from the SQL Editor within SingleStore Studio) to create the user and grant the user the desired permissions.
0 commit comments