Commit e3a0ca0
fix(gpu): document enable_ebpf_probes in the system-probe config
With the probes off by default, the gpu_monitoring docs were wrong on two
counts: they said enabling the module loads the eBPF programs, and they never
mentioned the flag that now controls them. A user following the deprecation
note could not find enable_ebpf_probes in their config file, because the
setting was not public and so never rendered into the template.
- describe the module in terms of the NVML metrics it always collects
- expose enable_ebpf_probes as a public setting, marked deprecated, so it
appears in the generated system-probe.yaml
pkg/config/system-probe_template.yaml is the source the schema enrichment
reads (schema.generate -> parse_template), and check_config_templates.sh
asserts both render identically, so the two files move together.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent 0794237 commit e3a0ca0
2 files changed
Lines changed: 21 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1273 | 1273 | | |
1274 | 1274 | | |
1275 | 1275 | | |
1276 | | - | |
1277 | | - | |
| 1276 | + | |
| 1277 | + | |
1278 | 1278 | | |
1279 | 1279 | | |
1280 | 1280 | | |
| |||
1285 | 1285 | | |
1286 | 1286 | | |
1287 | 1287 | | |
1288 | | - | |
1289 | | - | |
| 1288 | + | |
| 1289 | + | |
1290 | 1290 | | |
1291 | 1291 | | |
1292 | 1292 | | |
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
1321 | 1326 | | |
1322 | 1327 | | |
1323 | 1328 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
| 245 | + | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
255 | | - | |
| 254 | + | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
260 | 268 | | |
261 | 269 | | |
262 | 270 | | |
| |||
0 commit comments