-
Notifications
You must be signed in to change notification settings - Fork 4
DOC-893 Document feature UBB-BYOC #350
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
Open
micheleRP
wants to merge
25
commits into
main
Choose a base branch
from
DOC-893-Document-feature-UBB-BYOC
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
db83650
DOC-893 Document feature UBB-BYOC
micheleRP ab064e1
add placeholder section for Iceberg metrics in BYOC
micheleRP b5f9aef
Update azure-private-link.adoc (#351)
david-yu 204c349
DOC-1497 update Customer-managed to BYOVPC (#352)
micheleRP 6442dea
DOC-1478 update consumer group lag in Cloud (#347)
micheleRP b0ac8e9
Update @redpanda-data/docs-extensions-and-macros (#355)
vbotbuildovich ebddf12
DOC-1507. Add Azure CLI and Subscription (#356)
ncole 3d11d9e
coderabbit fix
micheleRP 1f67f82
Update terraform-provider.adoc - Update to use new Organization IAM p…
david-yu 411f20b
Update @redpanda-data/docs-extensions-and-macros (#358)
vbotbuildovich aa62fc0
Update @redpanda-data/docs-extensions-and-macros (#359)
vbotbuildovich 2f6d68c
DOC-1511 add south-north port (#360)
micheleRP c815039
DOC-1168 Private Link for Azure in UI (#301)
micheleRP cf2da91
mTLS+SASL support on AWS (#362)
kbatuigas 93a8feb
DOC-1519 BYOVNet replace for Azure (#364)
micheleRP 5dad926
Update @redpanda-data/docs-extensions-and-macros (#365)
vbotbuildovich 988868e
DOC-241 doc all possible cluster states (#323)
micheleRP b41995f
Update @redpanda-data/docs-extensions-and-macros (#366)
vbotbuildovich 6b7dbbd
fix table (#367)
micheleRP c339786
DOC-893 Document feature UBB-BYOC
micheleRP 1a1660a
add placeholder section for Iceberg metrics in BYOC
micheleRP bcec98f
coderabbit fix
micheleRP 32b71cb
Merge branch 'DOC-893-Document-feature-UBB-BYOC' of github.com:redpan…
micheleRP 2441eb2
revert back to original navigation
micheleRP 7243a17
clean up
micheleRP File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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 | ||
|
||
|
@@ -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. | ||
|
||
|
||
|=== | ||
| Metric | Description | ||
|
||
|
@@ -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 | ||
| ? | ? | ||
|=== | ||
|
||
== 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] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.