Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TBS1996 committed Oct 10, 2023
1 parent a36b6f2 commit 553c8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/relay_metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
{
"type": "Histogram",
"name": "metrics.buckets.batches_per_partition",
"description": "The number of batches emitted per partition by [`crate::aggregation::Aggregator`].\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).",
"description": "The number of batches emitted per partition by [`crate::aggregator::Aggregator`].\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).",
"features": []
},
{
Expand Down Expand Up @@ -284,7 +284,7 @@
{
"type": "Histogram",
"name": "metrics.buckets.per_batch",
"description": "The number of buckets in a batch emitted by [`crate::aggregation::Aggregator`].\n\nThis corresponds to the number of buckets that will end up in an envelope.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).",
"description": "The number of buckets in a batch emitted by [`crate::aggregator::Aggregator`].\n\nThis corresponds to the number of buckets that will end up in an envelope.\n\nThis metric is tagged with:\n- `aggregator`: The name of the metrics aggregator (usually `\"default\"`).",
"features": []
},
{
Expand Down

1 comment on commit 553c8cf

@vercel
Copy link

@vercel vercel bot commented on 553c8cf Oct 10, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sentry-docs – ./

docs.sentry.io
sentry-docs-git-master.sentry.dev
sentry-docs.sentry.dev

Please sign in to comment.