From 220bb3069cdce406b211d3ee1c1308fffb58bfb9 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Mon, 30 Sep 2024 15:21:56 +0300 Subject: [PATCH 1/3] updated screenshot and description for service creation --- getting-started/services.md | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/getting-started/services.md b/getting-started/services.md index 1b0a16ec8d..1ed74e969b 100644 --- a/getting-started/services.md +++ b/getting-started/services.md @@ -17,15 +17,7 @@ You use Timescale Console to create and manage `Ops` for your Timescale Cloud se ![Timescle Console overview](https://assets.timescale.com/docs/images/console-overview.png) -Each service is a single 100% PostgreSQL database with [usage-based storage][how-plans-work]. - -Timescale Cloud offers the following PostgreSQL optimized database services: - -- **Time-series and Analytics**: a Timescale DB instance optimized for your - [time-series and analytics][what-is-time-series] workloads. -- **Dynamic PostgreSQL**: for all other workloads. A PostgreSQL instance with a - [dynamic compute range][what-is-dynamic-postgres] aligned to your business needs. - +Each service is a single 100% PostgreSQL database with [usage-based storage][how-plans-work] and basic relational capabilities. This section shows you how to create a service, then connect to it using either a secure Cloud SQL editor in Timescale Console, or command line tools. @@ -37,10 +29,11 @@ editor in Timescale Console, or command line tools. Now that you have an active Timescale account, you create and manage your services in Timescale Console: -1. In the [service creation page][create-service], choose **Time Series and Analytics**. - ![Create Timescale Cloud service](https://assets.timescale.com/docs/images/console-create-service.png) +1. In the [service creation page][create-service], choose the general-purpose PostgreSQL service or enable additional capabilities. See more about these capabilities [here][docs-home-page]. + + ![Create Timescale Cloud service](https://assets.timescale.com/docs/images/create-timescale-service.png) -1. In **Create a service**, configure your service, then click **Create service**. +1. Follow the next steps in **Create a service** to configure the compute size, environment, availability, region, and service name. Then click **Create service**. Your service is constructed immediately and is ready to use. @@ -48,12 +41,12 @@ Now that you have an active Timescale account, you create and manage your servic secure location. This file contains the passwords and configuration information you need to connect to your service using the - Timescale Console Cloud SQL editors, from the command line, or using third party database administration tools. + Timescale Console Cloud SQL editors, from the command line, or using third-party database administration tools. -1. Follow the service creation wizard. +1. Follow the rest of the service creation wizard. -If you choose to go directly to the service overview, [Check your service and connect to it][connect-to-your-service] -shows you how to connect. + If you choose to go directly to the service overview, [Check your service and connect to it][connect-to-your-service] + shows you how to connect. @@ -73,5 +66,5 @@ And that is it, you are up and running. Enjoy developing with Timescale. [connect-to-your-service]: /getting-started/:currentVersion:/services/#connect-to-your-service [create-service]: https://console.cloud.timescale.com/dashboard/create_services [what-is-time-series]: https://www.timescale.com/blog/what-is-a-time-series-database/#what-is-a-time-series-database -[what-is-dynamic-postgres]: https://www.timescale.com/dynamic-postgresql [how-plans-work]: /about/:currentVersion:/pricing-and-account-management/#how-plans-work +[docs-home-page]: https://docs.timescale.com/ From b1ef75756ca0ca495dcd55bbb99db3a14ecd2940 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Mon, 30 Sep 2024 17:51:47 +0300 Subject: [PATCH 2/3] aligned other docs with the new UI --- _partials/_cloud-intro.md | 4 ++-- use-timescale/data-tiering/index.md | 4 ++-- use-timescale/metrics-logging/integrations.md | 2 +- use-timescale/services/index.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_partials/_cloud-intro.md b/_partials/_cloud-intro.md index 96116d5167..d9dde92cbc 100644 --- a/_partials/_cloud-intro.md +++ b/_partials/_cloud-intro.md @@ -1,11 +1,11 @@ Timescale Cloud is a cloud-based PostgreSQL platform for resource-intensive workloads. We help you build faster, scale further, and stay under budget. Timescale Cloud offers the following PostgreSQL optimized database services: -- **[Time-series and Analytics][create-service]**: a Timescale DB instance optimized for your +- **[Time-series][create-service]**: a Timescale DB instance optimized for your [time-series and analytics][what-is-time-series] workloads. Get automated dynamic data partitioning, hybrid row-columnar storage, advanced compression techniques, incremental up-to-date materializations, and specialized analysis functions as well as cloud-only features like transparent tiering and low-cost object storage. -- **[Dynamic PostgreSQL][create-service]**: for all other workloads. A PostgreSQL instance with a +- **[General-purpose PostgreSQL][create-service]**: for all other workloads. A PostgreSQL instance with a [dynamic compute range][what-is-dynamic-postgres] aligned to your business needs. You select a compute range, only paying for the base and the amount of extra CPU as you scale. diff --git a/use-timescale/data-tiering/index.md b/use-timescale/data-tiering/index.md index 594b19c449..bf9db23939 100644 --- a/use-timescale/data-tiering/index.md +++ b/use-timescale/data-tiering/index.md @@ -10,7 +10,7 @@ tags: [storage, data management] Tiered storage is Timescale's [hierarchical storage management architecture](https://en.wikipedia.org/wiki/Hierarchical_storage_management). Engineered for infinite low-cost scalability, tiered storage is available for the -[Time series and analytics](https://www.timescale.com/products) instances you create in +[Time series](https://www.timescale.com/products) instances you create in [Timescale](https://console.cloud.timescale.com/). Tiered storage consists of the: @@ -42,7 +42,7 @@ solutions to offload data to secondary storage and fetch it back in when needed. we do the work for you. -Tiered storage is only available for the [Time series and analytics](https://www.timescale.com/products) +Tiered storage is only available for the [Time series](https://www.timescale.com/products) instances you create in [Timescale](https://console.cloud.timescale.com/). Tiered storage **DOES NOT** work on Self-hosted TimescaleDB or Managed Service for TimescaleDB. diff --git a/use-timescale/metrics-logging/integrations.md b/use-timescale/metrics-logging/integrations.md index bea1c2fe0c..6398aac18c 100644 --- a/use-timescale/metrics-logging/integrations.md +++ b/use-timescale/metrics-logging/integrations.md @@ -12,7 +12,7 @@ cloud_ui: # Integrate Timescale Cloud Services with third-party monitoring tools -You can export telemetry data from your Timescale Cloud _Time Series and Analytics_ services to third-party +You can export telemetry data from your Timescale Cloud _Time Series_ services to third-party monitoring tools such as [Datadog][datadog] or [AWS CloudWatch][cloudwatch]. Available metrics include CPU usage, RAM usage, and storage. Third-party monitoring is available for [Scale or Enterprise][pricing-plan-features] Timescale Projects. diff --git a/use-timescale/services/index.md b/use-timescale/services/index.md index 0bfe9d1f39..ccce09f079 100644 --- a/use-timescale/services/index.md +++ b/use-timescale/services/index.md @@ -18,10 +18,10 @@ import CloudIntro from "versionContent/_partials/_cloud-intro.mdx"; Read about Timescale features in the documentation: -* Determine if you want a time-series or [Dynamic PostgreSQL][dynamic-pg] database +* Determine if you want a [general-purpose][dynamic-pg] database or one with additional capabilities * Create your first [hypertable][hypertable-info]. * Run your first query using [time_bucket()][time-bucket-info]. -* Trying more advanced time-series functions, starting with +* Try more advanced time-series functions, starting with [gap filling][gap-filling-info] or [real-time aggregates][aggregates-info]. ## Keep testing during your free trial From 6f79536e51c1be47528bd13c6a7789f5add5cf1d Mon Sep 17 00:00:00 2001 From: atovpeko Date: Mon, 30 Sep 2024 18:36:00 +0300 Subject: [PATCH 3/3] aligned other docs with the new UI --- use-timescale/services/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-timescale/services/index.md b/use-timescale/services/index.md index ccce09f079..e3ee1e67a1 100644 --- a/use-timescale/services/index.md +++ b/use-timescale/services/index.md @@ -18,7 +18,7 @@ import CloudIntro from "versionContent/_partials/_cloud-intro.mdx"; Read about Timescale features in the documentation: -* Determine if you want a [general-purpose][dynamic-pg] database or one with additional capabilities +* Determine if you want a [general-purpose][dynamic-pg] database or one with additional capabilities. * Create your first [hypertable][hypertable-info]. * Run your first query using [time_bucket()][time-bucket-info]. * Try more advanced time-series functions, starting with