Skip to content

docs(serverless): add the new resource/priority related parameters #496

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

Merged
merged 1 commit into from
Apr 8, 2024
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
6 changes: 5 additions & 1 deletion website/docs/d/fargate_workload_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ data "sysdig_fargate_workload_agent" "instrumented_containers" {
* `sysdig_logging` - (Optional) The instrumentation logging level: `trace`, `debug`, `info`, `warning`, `error`, `silent`.
* `ignore_containers` - (Optional) A list of containers in this data source that should not be instrumented.
* `bare_pdig_on_containers` - (Optional) A list of containers in this data source to be instrumented with bare pdig.

* `priority` - (Optional) The priority mode for the workload agent. Can be `availability` (by default) or `security`.
* `instrumentation_essential` - (Optional) `false` by default. If `true` the instrumentation container will be marked as essential.
* `instrumentation_cpu` - (Optional) The number of CPU units for the instrumentation container.
* `instrumentation_memory_limit` - (Optional) The maximum amount (in MiB) of memory for the instrumentation container.
* `instrumentation_memory_reservation` - (Optional) The minimum amount (in MiB) of memory reserved for the instrumentation container.

## Attributes Reference

Expand Down
Loading