Skip to content
Merged
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 content/en/metrics/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

Like other metric types, such as GAUGE or HISTOGRAM, the DISTRIBUTION metric type has the following aggregations available: `count`, `min`, `max`, `sum`, and `avg`. Distribution metrics are initially tagged the same way as other metrics (with custom tags set in the code).

Additional percentile aggregations (`p50`, `p75`, `p90`, `p95`, `p99`) can be added to distribution metrics. If you were to add percentile aggregations to your distribution metric in-app, the following five additional aggregations are available for query:
Additional percentile aggregations (`p50`, `p75`, `p90`, `p95`, `p99`) can be added to distribution metrics from the metric's [details sidepanel][2]. If you were to add percentile aggregations to your distribution metric in-app, the following five additional aggregations are available for query:

Check notice on line 211 in content/en/metrics/types.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

| Metric Name | Value | Datadog In-app Type |
| ---------------------------------------- | ----- | ------------------- |
Expand All @@ -227,6 +227,7 @@
**Note**: The exclusion of tags is not supported in the allowlist-based customization of tags. Adding tags starting with `!` is not accepted.

[1]: /metrics/metrics-without-limits/
[2]: /metrics/summary/#metric-details-sidepanel
{{% /tab %}}
{{< /tabs >}}

Expand Down
Loading