You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/automation_workflow.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -229,7 +229,7 @@ Optional:
229
229
230
230
Optional:
231
231
232
-
-`entity_tags` (Map of String) key/value pairs for entity tags to match for. For tags that don't require a value, just specify an empty string as value. Omit this attribute if all entities should match
232
+
-`entity_tags` (Map of String) key/value pairs for entity tags to match for. For tags that don't require a value, just specify an empty string as value. Multiple values can be provided separated by whitespace (e.g. "val1 val2") and will be parsed as multiple tag values. Omit this attribute if all entities should match
233
233
-`entity_tags_match` (String) Specifies whether all or just any of the configured entity tags need to match. Possible values: `all` and `any`. Omit this attribute if all entities should match
234
234
-`names` (Block List, Max: 1) The Davis Events to match on (see [below for nested schema](#nestedblock--trigger--event--config--davis_event--names))
235
235
-`on_problem_close` (Boolean) If set to `true` closing a problem also is considered an event that triggers the execution
@@ -263,7 +263,7 @@ Required:
263
263
Optional:
264
264
265
265
-`custom_filter` (String)
266
-
-`entity_tags` (Map of String) key/value pairs for entity tags to match for. For tags that don't require a value, just specify an empty string as value. Omit this attribute if all entities should match
266
+
-`entity_tags` (Map of String) key/value pairs for entity tags to match for. For tags that don't require a value, just specify an empty string as value. Multiple values can be provided separated by whitespace (e.g. "val1 val2") and will be parsed as multiple tag values. Omit this attribute if all entities should match
267
267
-`entity_tags_match` (String) Specifies whether all or just any of the configured entity tags need to match. Possible values: `all` and `any`. Omit this attribute if all entities should match
268
268
-`on_problem_close` (Boolean) If set to `true` closing a problem also is considered an event that triggers the execution
Copy file name to clipboardExpand all lines: docs/resources/aws_service.md
+34-5Lines changed: 34 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,15 @@ description: |-
16
16
17
17
- Amazon Web Services - https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-cloud-platforms/amazon-web-services/amazon-web-services-integrations/aws-service-metrics
18
18
19
+
- The dimensions and statistics for metrics for individual services - https://docs.dynatrace.com/docs/ingest-from/amazon-web-services/integrate-with-aws/aws-all-services
20
+
19
21
- AWS credentials API - https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/aws-credentials-api
20
22
21
23
## Resource Example Usage
22
24
23
25
This example utilizes the data source `dynatrace_aws_supported_services` in order to query for a full list of all supported services.
24
26
The `for_each` loop within the resource `dynatrace_aws_service` configures each of these services to get utilized with the default metrics recommended by Dynatrace (`use_recommended_metrics`).
25
27
26
-
If you want to configure a different set of metrics for a specific service, a separate resource `dynatrace_aws_service` will be necessary for that. That allows you to configure the `metric` blocks according to your wishes.
27
-
Just be aware of the fact, that Dynatrace enforces for most services a recommended set of metrics. All of them need to be part of your configuration in order to end up with a non-empty plan.
If you want to configure a different set of metrics for a specific service, a separate resource `dynatrace_aws_service` will be necessary for that. That allows you to configure the `metric` blocks according to your wishes.
52
+
Just be aware of the fact, that Dynatrace enforces for most services a recommended set of metrics. All of them need to be part of your configuration in order to end up with a non-empty plan.
Copy file name to clipboardExpand all lines: docs/resources/azure_service.md
+36-4Lines changed: 36 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,16 +16,15 @@ description: |-
16
16
17
17
- Microsoft Azure monitoring - https://www.dynatrace.com/support/help/how-to-use-dynatrace/infrastructure-monitoring/cloud-platform-monitoring/microsoft-azure-services-monitoring
18
18
19
+
- The dimensions for metrics for individual services - https://docs.dynatrace.com/docs/ingest-from/microsoft-azure-services/azure-integrations/azure-cloud-services-metrics
20
+
19
21
- Azure credentials API - https://www.dynatrace.com/support/help/dynatrace-api/configuration-api/azure-credentials-api
20
22
21
23
## Resource Example Usage
22
24
23
25
This example utilizes the data source `dynatrace_azure_supported_services` in order to query for a full list of all supported services.
24
26
The `for_each` loop within the resource `dynatrace_azure_service` configures each of these services to get utilized with the default metrics recommended by Dynatrace (`use_recommended_metrics`).
25
27
26
-
If you want to configure a different set of metrics for a specific service, a separate resource `dynatrace_azure_service` will be necessary for that. That allows you to configure the `metric` blocks according to your wishes.
27
-
Just be aware of the fact, that Dynatrace enforces for most services a recommended set of metrics. All of them need to be part of your configuration in order to end up with a non-empty plan.
If you want to configure a different set of metrics for a specific service, a separate resource `dynatrace_azure_service` will be necessary for that. That allows you to configure the `metric` blocks according to your wishes.
57
+
Just be aware of the fact, that Dynatrace enforces for most services a recommended set of metrics. All of them need to be part of your configuration in order to end up with a non-empty plan.
-`type` (String) Possible Values: `Exclude`, `Include`, `IncludeAll`
199
+
-`type` (String) Fields Extraction type. Possible Values: `exclude`, `include`, `includeAll`.
200
200
201
201
Optional:
202
202
@@ -243,7 +243,7 @@ Optional:
243
243
244
244
Required:
245
245
246
-
-`type` (String) Possible Values: `Constant`, `Field`, `MultiValueConstant`
246
+
-`type` (String) Type of value assignment. Possible Values: `constant`, `field`, `multiValueConstant`.
247
247
248
248
Optional:
249
249
@@ -269,7 +269,7 @@ Optional:
269
269
270
270
Required:
271
271
272
-
-`type` (String) Possible Values: `Exclude`, `Include`, `IncludeAll`
272
+
-`type` (String) Fields Extraction type. Possible Values: `exclude`, `include`, `includeAll`.
273
273
274
274
Optional:
275
275
@@ -303,7 +303,7 @@ Optional:
303
303
304
304
Required:
305
305
306
-
-`type` (String) Possible Values: `Constant`, `Field`, `MultiValueConstant`
306
+
-`type` (String) Type of value assignment. Possible Values: `constant`, `field`, `multiValueConstant`.
307
307
308
308
Optional:
309
309
@@ -345,7 +345,7 @@ Required:
345
345
346
346
Required:
347
347
348
-
-`type` (String) Possible Values: `Constant`, `Field`, `MultiValueConstant`
348
+
-`type` (String) Type of value assignment. Possible Values: `constant`, `field`, `multiValueConstant`.
349
349
350
350
Optional:
351
351
@@ -537,7 +537,7 @@ Required:
537
537
538
538
Required:
539
539
540
-
-`type` (String) Possible Values: `Constant`, `Field`, `MultiValueConstant`
540
+
-`type` (String) Type of value assignment. Possible Values: `constant`, `field`, `multiValueConstant`.
541
541
542
542
Optional:
543
543
@@ -568,9 +568,9 @@ Required:
568
568
569
569
Optional:
570
570
571
-
-`aggregation` (String) Possible Values: `Disabled`, `Enabled`
571
+
-`aggregation` (String) Possible Values: `disabled`, `enabled`.
572
572
-`dimensions` (Block List, Max: 1) List of dimensions (see [below for nested schema](#nestedblock--processing--processors--processor--sampling_aware_counter_metric--dimensions))
573
-
-`sampling` (String) Possible Values: `Disabled`, `Enabled`
573
+
-`sampling` (String) Possible Values: `disabled`, `enabled`.
### Nested Schema for `processing.processors.processor.sampling_aware_counter_metric.dimensions`
@@ -599,16 +599,16 @@ Optional:
599
599
600
600
Required:
601
601
602
-
-`measurement` (String) Possible Values: `Duration`, `Field`
602
+
-`measurement` (String) Possible Values: `duration`, `field`.
603
603
-`metric_key` (String) Metric key
604
604
605
605
Optional:
606
606
607
-
-`aggregation` (String) Possible Values: `Disabled`, `Enabled`
607
+
-`aggregation` (String) Possible Values: `disabled`, `enabled`.
608
608
-`default_value` (String) Default value with metric value
609
609
-`dimensions` (Block List, Max: 1) List of dimensions (see [below for nested schema](#nestedblock--processing--processors--processor--sampling_aware_value_metric--dimensions))
610
610
-`field` (String) Field with metric value
611
-
-`sampling` (String) Possible Values: `Disabled`, `Enabled`
611
+
-`sampling` (String) Possible Values: `disabled`, `enabled`.
0 commit comments