Skip to content
Open
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
3 changes: 2 additions & 1 deletion modules/billing/pages/aws-commit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description: Subscribe to Redpanda in AWS Marketplace with committed use.
:page-aliases: deploy:deployment-option/cloud/manage-billing/aws-commit.adoc

You can subscribe to Redpanda Cloud through AWS Marketplace and use your existing marketplace billing and credits to quickly provision Dedicated clusters. View your bills and manage your subscription directly in the marketplace.
You can subscribe to Redpanda Cloud through AWS Marketplace and use your existing marketplace billing and credits to quickly provision clusters. View your bills and manage your subscription directly in the marketplace.

With a usage-based billing commitment, you sign up for a minimum spend amount. Commitments are minimums:

Expand Down Expand Up @@ -45,4 +45,5 @@ You can now create resource groups, clusters, and networks in your organization.
== Next steps

* xref:get-started:cluster-types/serverless.adoc#create-a-serverless-cluster[Create a Serverless cluster]
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]
3 changes: 2 additions & 1 deletion modules/billing/pages/aws-pay-as-you-go.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Use AWS Pay As You Go
:description: Subscribe to Redpanda in AWS Marketplace with pay-as-you-go billing, and cancel anytime.

Subscribe to Redpanda Cloud through AWS Marketplace to quickly provision Serverless and Dedicated clusters. With a usage-based pay-as-you-go subscription, you only pay for what you use and can cancel anytime.
Subscribe to Redpanda Cloud through AWS Marketplace to quickly provision clusters. With a usage-based pay-as-you-go subscription, you only pay for what you use and can cancel anytime.

[IMPORTANT]
====
Expand Down Expand Up @@ -42,4 +42,5 @@ You can now create resource groups, networks, and clusters in your organization.
== Next steps

* xref:get-started:cluster-types/serverless.adoc#create-a-serverless-cluster[Create a Serverless cluster]
* xref:get-started:cluster-types/byoc/aws/create-byoc-cluster-aws.adoc[Create a BYOC cluster]
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]
4 changes: 3 additions & 1 deletion modules/billing/pages/azure-commit.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Use Azure Commitments
:description: Subscribe to Redpanda in Azure Marketplace with committed use.

You can subscribe to Redpanda Cloud through Azure Marketplace and use your existing marketplace billing and credits to quickly provision Dedicated clusters. View your bills and manage your subscription directly in the marketplace.
You can subscribe to Redpanda Cloud through Azure Marketplace and use your existing marketplace billing and credits to quickly provision clusters. View your bills and manage your subscription directly in the marketplace.

With a usage-based billing commitment, you sign up for a monthly or an annual minimum spend amount. Commitments are minimums:

Expand Down Expand Up @@ -40,4 +40,6 @@ You can now create resource groups, clusters, and networks in your organization.

== Next steps

* xref:get-started:cluster-types/serverless.adoc[Create a Serverless cluster]
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster.adoc[Create a Dedicated cluster]
75 changes: 65 additions & 10 deletions modules/billing/pages/billing.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= Usage Metrics
= Redpanda Cloud Usage Metrics
:description: Learn about the metrics Redpanda uses to measure consumption in Redpanda Cloud.
:page-aliases: deploy:deployment-option/cloud/manage-billing/billing.adoc

Expand All @@ -9,10 +9,16 @@ Redpanda Cloud uses various metrics to measure the consumption of resources.

NOTE: Pricing information is available on https://www.redpanda.com/price-estimator[redpanda.com^]. For questions about billing, contact [email protected].

== Serverless metrics
== Usage metrics by cluster type

[tabs]
======
Serverless::
+
--
Pricing for Serverless clusters depends on the data in, data out, data stored, partitions (virtual streams), and the time the instance is up. The cost for each Serverless metric varies based on the region you select for your cluster.


|===
| Metric | Description

Expand All @@ -35,11 +41,43 @@ All Kafka protocol responses generated by the cluster (_except_ message headers)
|===

See also: xref:get-started:cluster-types/serverless.adoc#serverless-usage-limits[Serverless limits]
--

== Dedicated metrics

Dedicated::
+
--
Pricing for Dedicated clusters depends on the time the instance is up, the data in, data out, and data stored.


|===
| Metric | Description

| Uptime | Tracks the number of hours the instance is running.

The cost varies based on the xref:reference:tiers/dedicated-tiers.adoc[region and tier] you select for your cluster.
| Ingress | Tracks the data written into Redpanda (in GB).

All Kafka protocol requests (_including_ message headers) are counted as ingress as soon as they are read by Redpanda's proxy process.

The cost varies based on the region you select for your cluster.
| Egress | Tracks the data read out of Redpanda (in GB).

All Kafka protocol responses generated by the cluster (_including_ message headers) are counted as egress as soon as the cluster processes the request, even if the client drops the connection before they are delivered.

The cost varies based on the number of availability zones (AZ) you select for your cluster.
| Storage | Tracks the data in object storage per hour (in GB).

Replication to object storage is implemented with glossterm:Tiered Storage[]. All topics have a fixed replication factor of 3, but Redpanda counts each byte only once.

|===
--

BYOC::
+
--
Pricing for BYOC clusters depends on the time the instance is up, the data in, data out, and data stored.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we check number that in the UI?



|===
| Metric | Description

Expand All @@ -61,23 +99,40 @@ The cost varies based on the number of availability zones (AZ) you select for yo
Replication to object storage is implemented with glossterm:Tiered Storage[]. All topics have a fixed replication factor of 3, but Redpanda counts each byte only once.

|===
--
======


== Iceberg pipeline metrics

Pricing per pipeline depends on:

?

|===
| Metric | Description
| ? | ?
Comment on lines +110 to +114
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

placeholder reminder

|===

== Redpanda Connect pipeline metrics (Dedicated and Serverless)
NOTE: Iceberg integration is supported only for BYOC clusters.

== Redpanda Connect pipeline metrics

Pricing per pipeline depends on:

- The number of xref:develop:connect/configuration/resource-management.adoc[compute units] you allocate.
- The cost of a compute unit, which varies based on the cloud provider and region you select for your cluster.

|===
|===
| Metric | Description

| Compute | Tracks the server resources (CPU and memory) a pipeline uses in compute units per hour.

|===

== Next steps

* xref:billing:gcp-commit.adoc[]
* xref:billing:aws-commit.adoc[]
* xref:billing:azure-commit.adoc[]
* xref:billing:azure-commit.adoc[]
* xref:billing:gcp-commit.adoc[]
* xref:get-started:cluster-types/serverless.adoc#create-a-serverless-cluster[Create a Serverless cluster]
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster-aws.adoc#create-a-dedicated-cluster[Create a Dedicated cluster]
5 changes: 3 additions & 2 deletions modules/billing/pages/gcp-commit.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:description: Subscribe to Redpanda in Google Cloud Marketplace with committed use.
:page-aliases: deploy:deployment-option/cloud/manage-billing/gcp-commit.adoc

You can subscribe to Redpanda Cloud through Google Cloud Marketplace and use your existing marketplace billing and credits to quickly provision Dedicated clusters. View your bills and manage your subscription directly in the marketplace.
You can subscribe to Redpanda Cloud through Google Cloud Marketplace and use your existing marketplace billing and credits to quickly provision clusters. View your bills and manage your subscription directly in the marketplace.

With a usage-based billing commitment, you sign up for a monthly or an annual minimum spend amount. Commitments are minimums:

Expand Down Expand Up @@ -44,4 +44,5 @@ You can now create resource groups, clusters, and networks in your organization.

== Next steps

* xref:get-started:cluster-types/dedicated/create-dedicated-cloud-cluster-aws.adoc[Create a Dedicated cluster]
* xref:get-started:cluster-types/byoc/index.adoc[Create a BYOC cluster]
* xref:get-started:cluster-types/create-dedicated-cloud-cluster.adoc[Create a Dedicated cluster]
4 changes: 2 additions & 2 deletions modules/get-started/pages/cloud-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ When you create a Dedicated cluster, you select the supported xref:reference:tie
Redpanda Sales::
+
--
To request a private offer with possible discounts for monthly or annual committed use, contact https://www.redpanda.com/price-estimator[Redpanda Sales^]. With a usage-based billing commitment, you sign up for a minimum spend amount through xref:billing:aws-commit.adoc[AWS Marketplace], xref:billing:azure-commit.adoc[Azure Marketplace], or xref:billing:gcp-commit.adoc[Google Cloud Marketplace]. You can then provision Dedicated clusters in Redpanda Cloud, and you can view invoices and manage your subscription in the marketplace.
To request a private offer with possible discounts for monthly or annual committed use, contact https://www.redpanda.com/price-estimator[Redpanda Sales^]. With a usage-based billing commitment, you sign up for a minimum spend amount through xref:billing:aws-commit.adoc[AWS Marketplace], xref:billing:azure-commit.adoc[Azure Marketplace], or xref:billing:gcp-commit.adoc[Google Cloud Marketplace].

Redpanda creates a cloud organization for you and sends you a welcome email.
Redpanda creates a cloud organization for you and sends you a welcome email. You can then provision Dedicated clusters in Redpanda Cloud, and you can view invoices and manage your subscription in the marketplace.
--
AWS Marketplace::
+
Expand Down