Skip to content

update: Added note about M3 deprecation #673

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions docs/platform/concepts/service_backups.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ import Variables from "@site/static/variables.json"

Most services have automatic time-based backups that are encrypted and securely stored.

**Backed-up services:** All Aiven services, except for Apache Kafka® and M3
Aggregator/Coordinator.
**Backed-up services:** All Aiven services, except for Apache Kafka®.

**Backup location:** Backups are stored in the object storage of the cloud region
where the service is first created, for example, S3 for AWS or GCS for GCP.
Expand Down Expand Up @@ -128,20 +127,6 @@ data.
<td>Hourly backup up to 2 hours</td>
<td>Plan not available</td>
</tr>
<tr>
<td>Aiven for M3</td>
<td>Plan not available</td>
<td>Single day backup</td>
<td>Daily backup up to 6 days</td>
<td>Daily backup up to 13 days</td>
</tr>
<tr>
<td>Aiven for M3 Aggregator / Coordinator</td>
<td>Plan not available</td>
<td>Plan not available</td>
<td>No backups</td>
<td>No backups</td>
</tr>
<tr>
<td>Aiven for Grafana®</td>
<td>Plan not available</td>
Expand Down
16 changes: 7 additions & 9 deletions docs/products/m3db.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ Aiven for M3 is a fully managed **distributed time series database**, deployable
Aiven for M3 consists of `n` number of **M3DB** and **M3 Coordinator**
pairs (where `n` is the number of nodes as chosen for your Aiven plan).

M3 is a great choice if your organization has a very large volume of
metrics to handle, and it can be used as part of your observability
solution. It is optimized for storing and serving time series through
associated pairs of times and values. It also provides a reverse index
of time series.

:::note
Aiven offers M3 because we ourselves needed a solution that would work
with the size of our own metrics.
:::important
Aiven for M3DB will be **deprecated later this year and will no longer be available**.
Use [Aiven for Metrics](/docs/products/metrics), powered by Thanos, to store and
query metrics efficiently.

For details on the deprecation timeline and migration options, see
[Aiven for M3DB end of life](/docs/platform/reference/end-of-life#aiven-for-m3db).
:::

Read more about [the M3
Expand Down
12 changes: 11 additions & 1 deletion docs/products/m3db/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,17 @@ To begin your journey with Aiven for M3DB, there are two M3-related
services available in the [Aiven console](https://console.aiven.io).
Start with an **M3DB** service, which is responsible for data storage.
Follow
[these instructions](/docs/platform/howto/create_new_service) to create an Aiven for M3DB service.
[these instructions](/docs/platform/howto/create_new_service) to create an
Aiven for M3DB service.

:::important
Aiven for M3DB will be deprecated later this year. Consider using
[Aiven for Metrics](/docs/products/metrics) as an alternative.

For details about the deprecation timeline and migration options, see
[Aiven for M3DB end of life](/docs/platform/reference/end-of-life#aiven-for-m3db).
:::


For initial experimentation with M3DB, you can opt for a single-node
setup using our startup plans. However, it is important to note that
Expand Down