-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[DOCS-13557, DOCS-13567] Fix rollup wording and clarify distribution histogram types #35813
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,7 +22,7 @@ further_reading: | |||||
| text: "Querying" | ||||||
| --- | ||||||
|
|
||||||
| The Distribution visualization shows data aggregated across one or several tags, such as *hosts*. Unlike the [heatmap][1], a distribution graph's x-axis is quantity rather than time. | ||||||
| The Distribution visualization shows data aggregated across one or several tags, such as *hosts*. Unlike the [heat map][1], a distribution graph's x-axis is quantity rather than time. | ||||||
|
|
||||||
| This visualization displays only a single query; additional queries are disregarded. | ||||||
|
|
||||||
|
|
@@ -34,20 +34,29 @@ This visualization displays only a single query; additional queries are disregar | |||||
|
|
||||||
| ### Configuration | ||||||
|
|
||||||
| 1. Choose the data to graph.The Distribution visualization supports metrics, live processes, APM request latency, log events, and RUM events. | ||||||
| **Note**: This visualization type is useful only when data is aggregated across tag keys, such as for each `host`. | ||||||
| 1. Make a selection in the "`avg`/`max`/`min`/`sum by`/" control to see your data across the associated tags. | ||||||
| 1. Choose the data to graph. The Distribution visualization supports metrics, live processes, APM request latency, log events, and RUM events. | ||||||
|
||||||
| **Note**: This visualization type is useful only when data is aggregated across tag keys, such as for each `host`. | ||||||
|
||||||
| 1. Make a selection in the `avg`/`last`/`max`/`min`/`sum` control to see your data across the associated tags. | ||||||
| 1. Customize your graph with the available options. | ||||||
|
|
||||||
| ### Options | ||||||
|
|
||||||
| #### Histogram of points vs. histogram of groups | ||||||
|
|
||||||
| The Distribution widget supports two histogram types: | ||||||
|
||||||
| The Distribution widget supports two histogram types: | |
| The Distribution widget supports these histogram types: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it. Added along with other changes locally
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convert to <div>-format alert for more visual styling?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!

There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think heatmap may still be 1 word based on https://docs.datadoghq.com/dashboards/widgets/heatmap/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You... are so right! Let me ask my team why our Vale rule specifies otherwise. We might just need to update the rule.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rule update in progress: DataDog/datadog-vale#87
Thanks for flagging!