fix: update calls to action in dedicated and clustered (#6049)
parent
01167ecb77
commit
6f72ee52f0
|
|
@ -18,7 +18,7 @@ The InfluxDB time series platform is designed to handle high write and query loa
|
|||
Learn how to use and leverage InfluxDB Cloud Dedicated for your specific
|
||||
time series use case.
|
||||
|
||||
<a class="btn" href="{{< cta-link >}}">Request an InfluxDB Cloud Dedicated cluster</a>
|
||||
<a class="btn" href="{{< cta-link >}}">Run an {{% product-name %}} proof of concept (PoC)</a>
|
||||
<a class="btn" href="/influxdb3/cloud-dedicated/get-started/">Get started with InfluxDB Cloud Dedicated</a>
|
||||
|
||||
## InfluxDB 3
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@ provides nearly unlimited series cardinality,
|
|||
improved query performance, and interoperability with widely used data
|
||||
processing tools and platforms.
|
||||
|
||||
<a class="btn" href="{{< cta-link >}}">Run an {{% product-name %}} proof of concept (PoC)</a>
|
||||
|
||||
**Time series data** is a sequence of data points indexed in time order. Data
|
||||
points typically consist of successive measurements made from the same source
|
||||
and are used to track changes over time. Examples of time series data include:
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ The InfluxDB time series platform is designed to handle high write and query loa
|
|||
Learn how to use and leverage InfluxDB Clustered for your specific
|
||||
time series use case.
|
||||
|
||||
<a class="btn" href="{{< cta-link >}}">Contact InfluxData Sales</a>
|
||||
<a class="btn" href="{{< cta-link >}}">Run an {{% product-name %}} proof of concept (PoC)</a>
|
||||
<a class="btn" href="/influxdb3/clustered/get-started/">Get started with InfluxDB Clustered</a>
|
||||
|
||||
## InfluxDB 3
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ influxdb3_cloud_dedicated:
|
|||
versions: [cloud-dedicated]
|
||||
list_order: 3
|
||||
latest: cloud-dedicated
|
||||
link: "https://www.influxdata.com/contact-sales-form/"
|
||||
link: "https://www.influxdata.com/contact-sales-cloud-dedicated/"
|
||||
latest_cli: 2.10.0
|
||||
placeholder_host: cluster-id.a.influxdb.io
|
||||
ai_sample_questions:
|
||||
|
|
@ -65,7 +65,7 @@ influxdb3_clustered:
|
|||
versions: [clustered]
|
||||
list_order: 3
|
||||
latest: clustered
|
||||
link: "https://www.influxdata.com/contact-sales-influxdb-clustered"
|
||||
link: "https://www.influxdata.com/contact-sales-influxdb-clustered/"
|
||||
placeholder_host: cluster-host.com
|
||||
ai_sample_questions:
|
||||
- How do I use a Helm chart to configure Clustered?
|
||||
|
|
|
|||
Loading…
Reference in New Issue