Skip to content

Commit d9f0718

Browse files
fix: Apply pre-commit fixes to Metrics files (#16007)
`pre-commit` wanted to apply these fixes to #16005; I am splitting these changes into a separate PR to make that PR easier to review.
1 parent 3489ddf commit d9f0718

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/product/explore/metrics/index.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ og_image: /og-images/product-explore-metrics.png
88
---
99

1010
<Alert level="info">
11-
Metrics is currently in Open Beta for non-Enterprise plans customers that have JavaScript or Python SDK based projects. If you have any questions or feedback comment on this [GitHub discussion](https://github.com/getsentry/sentry/discussions/102275) or contact us at feedback-metrics@sentry.io . Features in beta are still in-progress and may have bugs. We recognize the irony.
11+
Metrics is currently in Open Beta for non-Enterprise plans customers that have JavaScript or Python SDK based projects. If you have any questions or feedback comment on this [GitHub discussion](https://github.com/getsentry/sentry/discussions/102275) or contact us at feedback-metrics@sentry.io . Features in beta are still in-progress and may have bugs. We recognize the irony.
1212
</Alert>
1313

1414
## Overview
@@ -60,7 +60,7 @@ Gauges set a specific value at a point in time, like a snapshot. The latest valu
6060

6161
Distributions record numeric values to compute statistical aggregates.
6262

63-
**Aggregation methods**: `p50`, `p75`, `p95`, `p99`, `avg`, `sum`, `min`, `max`, `count`, `per_second`, and `per_minute`.
63+
**Aggregation methods**: `p50`, `p75`, `p95`, `p99`, `avg`, `sum`, `min`, `max`, `count`, `per_second`, and `per_minute`.
6464

6565
**Use cases**: values that vary and need statistical analysis
6666
- `cart.amount_usd` - Purchase amounts for revenue tracking
@@ -167,4 +167,3 @@ We'd love to hear your feedback:
167167
- Any default metrics you'd like Sentry to send automatically?
168168

169169
Share your thoughts on [GitHub](https://github.com/getsentry/sentry/discussions/102275) or email us at [feedback-metrics@sentry.io](mailto:feedback-metrics@sentry.io).
170-

0 commit comments

Comments
 (0)