Parca
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 0.27/stable | 392 | 07 Jul 2026 | |
| 0.27/candidate | 392 | 07 Jul 2026 | |
| 0.27/beta | 392 | 07 Jul 2026 | |
| 0.27/edge | 392 | 07 Jul 2026 | |
| dev/edge | 392 | 07 Jul 2026 | |
| 2/stable | 378 | 13 Nov 2025 | |
| 2/candidate | 378 | 08 Oct 2025 | |
| 2/beta | 378 | 31 Mar 2026 | |
| 2/edge | 378 | 29 Aug 2025 | |
| 1/stable | 363 | 14 May 2025 | |
| 1/stable | 362 | 14 May 2025 | |
| 1/candidate | 363 | 14 May 2025 | |
| 1/candidate | 362 | 14 May 2025 | |
| 1/beta | 363 | 14 May 2025 | |
| 1/beta | 362 | 14 May 2025 | |
| 1/edge | 363 | 08 May 2025 | |
| 1/edge | 362 | 08 May 2025 |
juju deploy parca-k8s --channel 0.27/stable
-
enable-persistence | boolean
Do not store profiles in memory, persist to disk. Location for persistence is '/var/lib/parca'
-
memory-storage-limit | int
Default: 4096
When storing profiles in memory, configure the in-memory storage limit, specified in MB.
Does nothing if enable-persistence is True.
-
slo-errors-target | float
Default: 99.0
Select the SLO (Service Level Objective) to use for error SLIs. Will be applied for:
- parca-grpc-query-errors
- parca-grpc-profilestore-errors
- parca-grpc-debuginfo-upload-errors
- parca-grpc-profiletypes-errors
- parca-grpc-querylabels-errors
- parca-grpc-queryrange-errors
-
slo-latency-target | float
Default: 99.0
Select the SLO (Service Level Objective) to use for latency SLIs. Will be applied for:
- parca-grpc-query-latency
- parca-grpc-queryrange-latency
- parca-grpc-querylabels-latency
- parca-grpc-profiletypes-latency
- parca-grpc-profilestore-latency
- parca-grpc-debuginfo-upload-latency
-
slos | string
Provide the SLOs (Service Level Objective) to use. Will take precedence over
slo-errors-targetandslo-latency-targetif provided. Must be a YAML string in Sloth format: https://sloth.dev/examples/default/getting-started/.