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
import cloud_service_action_menu from '@site/static/images/_snippets/cloud-service-actions-menu.png';
3
3
4
-
Select your service, followed by `Data souces` -> `Predefined sample data`.
4
+
Select your service, followed by `Data sources` -> `Predefined sample data`.
5
5
6
6
<Imagesize="md"img={cloud_service_action_menu}alt="ClickHouse Cloud service Actions menu showing Data sources and Predefined sample data options"border />
Copy file name to clipboardExpand all lines: docs/chdb/index.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ chDB has the following language bindings:
37
37
## How do I get started? {#how-do-i-get-started}
38
38
39
39
* If you're using [Go](install/go.md), [Rust](install/rust.md), [NodeJS](install/nodejs.md), [Bun](install/bun.md) or [C and C++](install/c.md), take a look at the corresponding language pages.
40
-
* If you're using Python, see the [getting started developer guide](getting-started.md). There are also guides showing how to do common tasks like:
40
+
* If you're using Python, see the [getting started developer guide](getting-started.md) or the [chDB on-demand course](https://learn.clickhouse.com/user_catalog_class/show/1901178). There are also guides showing how to do common tasks like:
@@ -378,8 +379,20 @@ You can customize a dashboard using metrics from system tables like `system.metr
378
379
379
380
<br />
380
381
382
+
#### Access the BYOC Prometheus stack {#prometheus-access}
383
+
ClickHouse BYOC deploys a Prometheus stack on your Kubernetes cluster. You may access and scrape the metrics from there and integrate them with your own monitoring stack.
384
+
385
+
Contact ClickHouse support to enable the Private Load balancer and ask for the URL. Please note that this URL is only accessible via private network and does not support authentication
**DEPRECATED: ** Please use the Prometheus stack integration in the above section instead. Besides the ClickHouse Server metrics, it provides more metrics including the K8S metrics and metrics from other services.
395
+
383
396
ClickHouse Cloud provides a Prometheus endpoint that you can use to scrape metrics for monitoring. This allows for integration with tools like Grafana and Datadog for visualization.
384
397
385
398
**Sample request via https endpoint /metrics_all**
A ClickHouse username and password pair can be used for authentication. We recommend creating a dedicated user with minimal permissions for scraping metrics. At minimum, a `READ` permission is required on the `system.custom_metrics` table across replicas. For example:
420
433
421
434
```sql
422
-
GRANT REMOTE ON*.* TO scraping_user
423
-
GRANTSELECTONsystem.custom_metrics TO scraping_user
435
+
GRANT REMOTE ON*.* TO scrapping_user;
436
+
GRANTSELECTONsystem._custom_metrics_dictionary_custom_metrics_tables TO scrapping_user;
437
+
GRANTSELECTONsystem._custom_metrics_dictionary_database_replicated_recovery_time TO scrapping_user;
438
+
GRANTSELECTONsystem._custom_metrics_dictionary_failed_mutations TO scrapping_user;
439
+
GRANTSELECTONsystem._custom_metrics_dictionary_group TO scrapping_user;
440
+
GRANTSELECTONsystem._custom_metrics_dictionary_shared_catalog_recovery_time TO scrapping_user;
441
+
GRANTSELECTONsystem._custom_metrics_dictionary_table_read_only_duration_seconds TO scrapping_user;
442
+
GRANTSELECTONsystem._custom_metrics_view_error_metrics TO scrapping_user;
443
+
GRANTSELECTONsystem._custom_metrics_view_histograms TO scrapping_user;
444
+
GRANTSELECTONsystem._custom_metrics_view_metrics_and_events TO scrapping_user;
445
+
GRANTSELECT(description, metric, value) ONsystem.asynchronous_metrics TO scrapping_user;
446
+
GRANTSELECTONsystem.custom_metrics TO scrapping_user;
447
+
GRANTSELECT(name, value) ONsystem.errors TO scrapping_user;
448
+
GRANTSELECT(description, event, value) ONsystem.events TO scrapping_user;
449
+
GRANTSELECT(description, labels, metric, value) ONsystem.histogram_metrics TO scrapping_user;
450
+
GRANTSELECT(description, metric, value) ONsystem.metrics TO scrapping_user;
Copy file name to clipboardExpand all lines: docs/cloud/features/05_admin_features/upgrades.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ When you create a service, the [`compatibility`](/operations/settings/settings#c
30
30
31
31
The `compatibility` setting allows you to use default values of settings from previous versions. When your service is upgraded to a new version, the version specified for the `compatibility` setting does not change. This means that default values for settings that existed when you first created your service will not change (unless you have already overridden those default values, in which case they will persist after the upgrade).
32
32
33
-
You cannot manage the `compatibility` setting for your service. You must [contact support](https://clickhouse.com/support/program) if you would like to change the version set for your `compatibility` setting.
33
+
You cannot manage the service-level default `compatibility` setting for your service. You must [contact support](https://clickhouse.com/support/program) if you would like to change the version set for your service's default `compatibility` setting. However, you can override the `compatibility` setting at the user, role, profile, query, or session level using standard ClickHouse setting mechanisms such as `SET compatibility = '22.3'` in a session or `SETTINGS compatibility = '22.3'` in a query.
<Imageimg={samlAzureClaims}size="md"alt="Attributes and Claims" />
301
+
<Imageimg={samlAzureClaims}size="md"alt="Attributes and Claims"force/>
302
302
303
303
12. Gather these two items and go to Submit a Support Case above to complete the process:
304
304
- Login URL
@@ -366,4 +366,3 @@ Security is our top priority when it comes to authentication. For this reason, w
366
366
-**All users assigned to your app via your IdP must have the same email domain.** If you have vendors, contractors or consultants you would like to have access to your ClickHouse account, they must have an email address with the same domain (e.g. user@domain.com) as your employees.
367
367
368
368
-**We do not automatically link SSO and non-SSO accounts.** You may see multiple accounts for your users in your ClickHouse user list even if they are using the same email address.
@@ -132,7 +132,7 @@ For now, we can run the embedding of a random LEGO set picture as `target`.
132
132
10 rows in set. Elapsed: 4.605 sec. Processed 100.38 million rows, 309.98 GB (21.80 million rows/s., 67.31 GB/s.)
133
133
```
134
134
135
-
## Run an approximate vector similarity search with a vector simialrity index {#run-an-approximate-vector-similarity-search-with-a-vector-similarity-index}
135
+
## Run an approximate vector similarity search with a vector similarity index {#run-an-approximate-vector-similarity-search-with-a-vector-similarity-index}
136
136
137
137
Let's now define two vector similarity indexes on the table.
0 commit comments