-
Notifications
You must be signed in to change notification settings - Fork 378
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
[datadog_rum_metric] Add support for the resource. #2643
base: master
Are you sure you want to change the base?
Conversation
2393e59
to
cd56737
Compare
0fa4fb4
to
7b17160
Compare
datadog_rum_metric
resource
9008c90
to
5bcbce0
Compare
5bcbce0
to
a4391ea
Compare
datadog_rum_metric
resource
docs/resources/rum_metric.md
Outdated
### Required | ||
|
||
- `event_type` (String) The type of RUM events to filter on. | ||
- `name` (String) The name of the rum-based metric. This field can't be updated after creation. |
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.
- `name` (String) The name of the rum-based metric. This field can't be updated after creation. | |
- `name` (String) The name of the RUM-based metric. This field can't be updated after creation. |
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
docs/resources/rum_metric.md
Outdated
Optional: | ||
|
||
- `include_percentiles` (Boolean) Toggle to include or exclude percentile aggregations for distribution metrics. Only present when `aggregation_type` is `distribution`. | ||
- `path` (String) The path to the value the rum-based metric will aggregate on. Only present when `aggregation_type` is `distribution`. |
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.
- `path` (String) The path to the value the rum-based metric will aggregate on. Only present when `aggregation_type` is `distribution`. | |
- `path` (String) The path to the value the RUM-based metric will aggregate on. Only present when `aggregation_type` is `distribution`. |
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
docs/resources/rum_metric.md
Outdated
|
||
Optional: | ||
|
||
- `query` (String) The search query - following the RUM search syntax. |
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.
- `query` (String) The search query - following the RUM search syntax. | |
- `query` (String) The search query. Follows RUM search syntax. |
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
docs/resources/rum_metric.md
Outdated
|
||
Optional: | ||
|
||
- `path` (String) The path to the value the rum-based metric will be aggregated over. |
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.
- `path` (String) The path to the value the rum-based metric will be aggregated over. | |
- `path` (String) The path to the value the RUM-based metric will be aggregated over. |
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
docs/resources/rum_metric.md
Outdated
Optional: | ||
|
||
- `path` (String) The path to the value the rum-based metric will be aggregated over. | ||
- `tag_name` (String) Eventual name of the tag that gets created. By default, `path` is used as the tag name. |
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.
- `tag_name` (String) Eventual name of the tag that gets created. By default, `path` is used as the tag name. | |
- `tag_name` (String) Name of the tag that gets created. By default, `path` is used as the tag name. |
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
Adds terraform support for RUM custom metrics. Leverages this public API:
https://docs.datadoghq.com/api/latest/rum-metrics/
https://datadoghq.atlassian.net/browse/RUM-5984