Skip to content

Commit f8026ec

Browse files
docs(serverless): add the new resource/priority related parameters (#496)
Signed-off-by: francesco-racciatti <francesco.racciatti@sysdig.com>
1 parent e33c861 commit f8026ec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/docs/d/fargate_workload_agent.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ data "sysdig_fargate_workload_agent" "instrumented_containers" {
4242
* `sysdig_logging` - (Optional) The instrumentation logging level: `trace`, `debug`, `info`, `warning`, `error`, `silent`.
4343
* `ignore_containers` - (Optional) A list of containers in this data source that should not be instrumented.
4444
* `bare_pdig_on_containers` - (Optional) A list of containers in this data source to be instrumented with bare pdig.
45-
45+
* `priority` - (Optional) The priority mode for the workload agent. Can be `availability` (by default) or `security`.
46+
* `instrumentation_essential` - (Optional) `false` by default. If `true` the instrumentation container will be marked as essential.
47+
* `instrumentation_cpu` - (Optional) The number of CPU units for the instrumentation container.
48+
* `instrumentation_memory_limit` - (Optional) The maximum amount (in MiB) of memory for the instrumentation container.
49+
* `instrumentation_memory_reservation` - (Optional) The minimum amount (in MiB) of memory reserved for the instrumentation container.
4650

4751
## Attributes Reference
4852

0 commit comments

Comments
 (0)