Skip to content

Commit 91affc7

Browse files
committed
chore(antithesis): Alter dogstatsd generation to is_malformed regime (#2215)
## Summary <!-- Please provide a brief summary about what this PR does. This should help the reviewers give feedback faster and with higher quality. --> Our previous approach to generating dogstatsd load for use in the Antithesis rig was very Datadog/lading inspired: generate something that is correct-by-construction and then bias the result to be 'interesting'. This works well but the biasing systematically avoids conditions that are not-malformed -- that is, accepted by the SUT -- but are demonstrative of goofy behavior. This commit changes the generator to be a hybrid of that approach with a state search approach. We define a predicate `is_malformed` that confirms whether or not a payload will be accepted by the SUT and then payloads which are not malformed, however strange, are transmitted. ## Change Type - [ ] Bug fix - [ ] New feature - [x] Non-functional (chore, refactoring, docs) - [ ] Performance ## How did you test this PR? <!-- Please how you tested these changes here --> ## References <!-- Please list any issues closed by this PR. --> <!-- - Closes: <issue link> --> <!-- Any other issues or PRs relevant to this PR? Feel free to list them here. --> 71a9d5c
1 parent 71cdf95 commit 91affc7

1,653 files changed

Lines changed: 3236 additions & 2270 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
<link rel="preload stylesheet" href="/saluki/assets/style.BktGeqBU.css" as="style">
1010
<link rel="preload stylesheet" href="/saluki/vp-icons.css" as="style">
1111

12-
<script type="module" src="/saluki/assets/app.afrOlWBJ.js"></script>
12+
<script type="module" src="/saluki/assets/app.DcO0ud2C.js"></script>
1313
<link rel="preload" href="/saluki/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
1414
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
1515
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
1616
</head>
1717
<body>
1818
<div id="app"></div>
19-
<script>window.__VP_HASH_MAP__=JSON.parse("{\"agent-data-plane_configuration_configuration.md\":\"DaZmNY9z\",\"agent-data-plane_dogstatsd-top.md\":\"BsjuN1J_\",\"agent-data-plane_index.md\":\"QUOyO9SY\",\"agent-data-plane_memory.md\":\"DUcth3LC\",\"agent-data-plane_releasing.md\":\"DthJ8wtn\",\"agent-data-plane_telemetry.md\":\"BqtsaAX2\",\"api-docs_index.md\":\"Bz_vEh9A\",\"development_common-language.md\":\"C89flZJ0\",\"development_contributing.md\":\"BK5VFbew\",\"development_index.md\":\"-33ipKGK\",\"development_style-guide.md\":\"BTreWMnA\",\"development_testing-patterns.md\":\"ya19g_Ds\",\"development_testing.md\":\"DODZq-A2\",\"index.md\":\"D8DIp3Wi\",\"reference_adrs__template.md\":\"OuATgEvT\",\"reference_adrs_index.md\":\"BLo4x5yX\",\"reference_adrs_records_001-open-design-docs.md\":\"BIaDjusW\",\"reference_architecture_index.md\":\"Cs2ty_V5\",\"reference_proposals_index.md\":\"CzXbgUM-\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Saluki\",\"description\":\"A toolkit for building telemetry data planes in Rust.\",\"base\":\"/saluki/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"search\":{\"provider\":\"local\"},\"footer\":{\"copyright\":\"Copyright © 2024-Present Datadog, Inc.\"},\"editLink\":{\"pattern\":\"https://github.com/DataDog/saluki/edit/main/docs/:path\",\"text\":\"Edit this page on GitHub\"},\"lastUpdated\":{\"text\":\"Updated at\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Developer Guide\",\"link\":\"/development\"}],\"sidebar\":[{\"text\":\"Developer Guide\",\"items\":[{\"text\":\"Common Language\",\"link\":\"/development/common-language\"},{\"text\":\"Contributing\",\"link\":\"/development/contributing\"},{\"text\":\"Style Guide\",\"link\":\"/development/style-guide\"},{\"text\":\"Testing\",\"link\":\"/development/testing\"},{\"text\":\"Testing Patterns\",\"link\":\"/development/testing-patterns\"}]},{\"text\":\"Reference Docs\",\"items\":[{\"text\":\"Architecture\",\"link\":\"/reference/architecture\"},{\"text\":\"ADRs\",\"link\":\"/reference/adrs\"},{\"text\":\"Proposals\",\"link\":\"/reference/proposals\"}]},{\"text\":\"Agent Data Plane\",\"items\":[{\"text\":\"Overview\",\"link\":\"/agent-data-plane\"},{\"text\":\"Internal Telemetry\",\"link\":\"/agent-data-plane/telemetry\"},{\"text\":\"Memory Management\",\"link\":\"/agent-data-plane/memory\"},{\"text\":\"Releasing\",\"link\":\"/agent-data-plane/releasing\"},{\"text\":\"Configuration\",\"items\":[{\"text\":\"Configuration\",\"link\":\"/agent-data-plane/configuration/configuration\"}]}]}],\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/DataDog/saluki\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
19+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"agent-data-plane_configuration_configuration.md\":\"CIa-qP_D\",\"agent-data-plane_dogstatsd-top.md\":\"C0E_C8he\",\"agent-data-plane_index.md\":\"CEAKxRxI\",\"agent-data-plane_memory.md\":\"B8nLhGCo\",\"agent-data-plane_releasing.md\":\"DuFPOGNF\",\"agent-data-plane_telemetry.md\":\"CwtaEUSJ\",\"api-docs_index.md\":\"Cj9jj9zq\",\"development_common-language.md\":\"BqY1MVRr\",\"development_contributing.md\":\"Bjrm1fEb\",\"development_index.md\":\"YS3Dhbat\",\"development_style-guide.md\":\"CTA9QId_\",\"development_testing-patterns.md\":\"BcZ7vAd8\",\"development_testing.md\":\"BuqPlDSr\",\"index.md\":\"Br88ghQq\",\"reference_adrs__template.md\":\"D5s4VrPp\",\"reference_adrs_index.md\":\"CJpJemPG\",\"reference_adrs_records_001-open-design-docs.md\":\"RFCI9--R\",\"reference_architecture_index.md\":\"PxUf2niJ\",\"reference_proposals_index.md\":\"o0Hc26j5\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Saluki\",\"description\":\"A toolkit for building telemetry data planes in Rust.\",\"base\":\"/saluki/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"search\":{\"provider\":\"local\"},\"footer\":{\"copyright\":\"Copyright © 2024-Present Datadog, Inc.\"},\"editLink\":{\"pattern\":\"https://github.com/DataDog/saluki/edit/main/docs/:path\",\"text\":\"Edit this page on GitHub\"},\"lastUpdated\":{\"text\":\"Updated at\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Developer Guide\",\"link\":\"/development\"}],\"sidebar\":[{\"text\":\"Developer Guide\",\"items\":[{\"text\":\"Common Language\",\"link\":\"/development/common-language\"},{\"text\":\"Contributing\",\"link\":\"/development/contributing\"},{\"text\":\"Style Guide\",\"link\":\"/development/style-guide\"},{\"text\":\"Testing\",\"link\":\"/development/testing\"},{\"text\":\"Testing Patterns\",\"link\":\"/development/testing-patterns\"}]},{\"text\":\"Reference Docs\",\"items\":[{\"text\":\"Architecture\",\"link\":\"/reference/architecture\"},{\"text\":\"ADRs\",\"link\":\"/reference/adrs\"},{\"text\":\"Proposals\",\"link\":\"/reference/proposals\"}]},{\"text\":\"Agent Data Plane\",\"items\":[{\"text\":\"Overview\",\"link\":\"/agent-data-plane\"},{\"text\":\"Internal Telemetry\",\"link\":\"/agent-data-plane/telemetry\"},{\"text\":\"Memory Management\",\"link\":\"/agent-data-plane/memory\"},{\"text\":\"Releasing\",\"link\":\"/agent-data-plane/releasing\"},{\"text\":\"Configuration\",\"items\":[{\"text\":\"Configuration\",\"link\":\"/agent-data-plane/configuration/configuration\"}]}]}],\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/DataDog/saluki\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
2020

2121
</body>
2222
</html>

agent-data-plane/configuration/configuration.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

agent-data-plane/dogstatsd-top.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

agent-data-plane/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

agent-data-plane/memory.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

agent-data-plane/releasing.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<link rel="preload stylesheet" href="/saluki/assets/style.BktGeqBU.css" as="style">
1010
<link rel="preload stylesheet" href="/saluki/vp-icons.css" as="style">
1111

12-
<script type="module" src="/saluki/assets/app.afrOlWBJ.js"></script>
12+
<script type="module" src="/saluki/assets/app.DcO0ud2C.js"></script>
1313
<link rel="preload" href="/saluki/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
14-
<link rel="modulepreload" href="/saluki/assets/chunks/theme.Ci8abGTN.js">
14+
<link rel="modulepreload" href="/saluki/assets/chunks/theme.yD1SOg4t.js">
1515
<link rel="modulepreload" href="/saluki/assets/chunks/framework.Chlm-uVU.js">
16-
<link rel="modulepreload" href="/saluki/assets/agent-data-plane_releasing.md.DthJ8wtn.lean.js">
16+
<link rel="modulepreload" href="/saluki/assets/agent-data-plane_releasing.md.DuFPOGNF.lean.js">
1717
<script id="check-dark-mode">(()=>{const e=localStorage.getItem("vitepress-theme-appearance")||"auto",a=window.matchMedia("(prefers-color-scheme: dark)").matches;(!e||e==="auto"?a:e==="dark")&&document.documentElement.classList.add("dark")})();</script>
1818
<script id="check-mac-os">document.documentElement.classList.toggle("mac",/Mac|iPhone|iPod|iPad/i.test(navigator.platform));</script>
1919
</head>
@@ -23,8 +23,8 @@
2323
<span class="line"><span style="--shiki-light:#6F42C1;--shiki-dark:#B392F0;">rust-audit-info</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;"> /usr/local/bin/agent-data-plane</span></span>
2424
<span class="line"></span>
2525
<span class="line"><span style="--shiki-light:#6A737D;--shiki-dark:#6A737D;"># Or scan it directly against the RustSec advisory database.</span></span>
26-
<span class="line"><span style="--shiki-light:#6F42C1;--shiki-dark:#B392F0;">cargo</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;"> audit</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;"> bin</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;"> /usr/local/bin/agent-data-plane</span></span></code></pre></div><p>The <code>cargo-auditable</code> version is pinned in the <code>Makefile</code> (the <code>CARGO_TOOL_VERSION_cargo-auditable</code> variable), which the host and Linux Docker builds share. The Windows build pins the same version and its archive checksum separately in <code>ci/tooling/windows-build-adp.ps1</code>; bump both together.</p></div></div></main><footer class="VPDocFooter" data-v-39a288b8 data-v-e257564d><!--[--><!--]--><div class="edit-info" data-v-e257564d><div class="edit-link" data-v-e257564d><a class="VPLink link vp-external-link-icon no-icon edit-link-button" href="https://github.com/DataDog/saluki/edit/main/docs/agent-data-plane/releasing.md" target="_blank" rel="noreferrer" data-v-e257564d><!--[--><span class="vpi-square-pen edit-link-icon" data-v-e257564d></span> Edit this page on GitHub<!--]--></a></div><div class="last-updated" data-v-e257564d><p class="VPLastUpdated" data-v-e257564d data-v-e98dd255>Updated at: <time datetime="2026-08-11T20:40:10.000Z" data-v-e98dd255></time></p></div></div><nav class="prev-next" aria-labelledby="doc-footer-aria-label" data-v-e257564d><span class="visually-hidden" id="doc-footer-aria-label" data-v-e257564d>Pager</span><div class="pager" data-v-e257564d><a class="VPLink link pager-link prev" href="/saluki/agent-data-plane/memory" data-v-e257564d><!--[--><span class="desc" data-v-e257564d>Previous page</span><span class="title" data-v-e257564d>Memory Management</span><!--]--></a></div><div class="pager" data-v-e257564d><a class="VPLink link pager-link next" href="/saluki/agent-data-plane/configuration/configuration" data-v-e257564d><!--[--><span class="desc" data-v-e257564d>Next page</span><span class="title" data-v-e257564d>Configuration</span><!--]--></a></div></nav></footer><!--[--><!--]--></div></div></div><!--[--><!--]--></div></div><footer class="VPFooter has-sidebar" data-v-5d98c3a5 data-v-e315a0ad><div class="container" data-v-e315a0ad><!----><p class="copyright" data-v-e315a0ad>Copyright © 2024-Present Datadog, Inc.</p></div></footer><!--[--><!--]--></div></div>
27-
<script>window.__VP_HASH_MAP__=JSON.parse("{\"agent-data-plane_configuration_configuration.md\":\"DaZmNY9z\",\"agent-data-plane_dogstatsd-top.md\":\"BsjuN1J_\",\"agent-data-plane_index.md\":\"QUOyO9SY\",\"agent-data-plane_memory.md\":\"DUcth3LC\",\"agent-data-plane_releasing.md\":\"DthJ8wtn\",\"agent-data-plane_telemetry.md\":\"BqtsaAX2\",\"api-docs_index.md\":\"Bz_vEh9A\",\"development_common-language.md\":\"C89flZJ0\",\"development_contributing.md\":\"BK5VFbew\",\"development_index.md\":\"-33ipKGK\",\"development_style-guide.md\":\"BTreWMnA\",\"development_testing-patterns.md\":\"ya19g_Ds\",\"development_testing.md\":\"DODZq-A2\",\"index.md\":\"D8DIp3Wi\",\"reference_adrs__template.md\":\"OuATgEvT\",\"reference_adrs_index.md\":\"BLo4x5yX\",\"reference_adrs_records_001-open-design-docs.md\":\"BIaDjusW\",\"reference_architecture_index.md\":\"Cs2ty_V5\",\"reference_proposals_index.md\":\"CzXbgUM-\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Saluki\",\"description\":\"A toolkit for building telemetry data planes in Rust.\",\"base\":\"/saluki/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"search\":{\"provider\":\"local\"},\"footer\":{\"copyright\":\"Copyright © 2024-Present Datadog, Inc.\"},\"editLink\":{\"pattern\":\"https://github.com/DataDog/saluki/edit/main/docs/:path\",\"text\":\"Edit this page on GitHub\"},\"lastUpdated\":{\"text\":\"Updated at\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Developer Guide\",\"link\":\"/development\"}],\"sidebar\":[{\"text\":\"Developer Guide\",\"items\":[{\"text\":\"Common Language\",\"link\":\"/development/common-language\"},{\"text\":\"Contributing\",\"link\":\"/development/contributing\"},{\"text\":\"Style Guide\",\"link\":\"/development/style-guide\"},{\"text\":\"Testing\",\"link\":\"/development/testing\"},{\"text\":\"Testing Patterns\",\"link\":\"/development/testing-patterns\"}]},{\"text\":\"Reference Docs\",\"items\":[{\"text\":\"Architecture\",\"link\":\"/reference/architecture\"},{\"text\":\"ADRs\",\"link\":\"/reference/adrs\"},{\"text\":\"Proposals\",\"link\":\"/reference/proposals\"}]},{\"text\":\"Agent Data Plane\",\"items\":[{\"text\":\"Overview\",\"link\":\"/agent-data-plane\"},{\"text\":\"Internal Telemetry\",\"link\":\"/agent-data-plane/telemetry\"},{\"text\":\"Memory Management\",\"link\":\"/agent-data-plane/memory\"},{\"text\":\"Releasing\",\"link\":\"/agent-data-plane/releasing\"},{\"text\":\"Configuration\",\"items\":[{\"text\":\"Configuration\",\"link\":\"/agent-data-plane/configuration/configuration\"}]}]}],\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/DataDog/saluki\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
26+
<span class="line"><span style="--shiki-light:#6F42C1;--shiki-dark:#B392F0;">cargo</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;"> audit</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;"> bin</span><span style="--shiki-light:#032F62;--shiki-dark:#9ECBFF;"> /usr/local/bin/agent-data-plane</span></span></code></pre></div><p>The <code>cargo-auditable</code> version is pinned in the <code>Makefile</code> (the <code>CARGO_TOOL_VERSION_cargo-auditable</code> variable), which the host and Linux Docker builds share. The Windows build pins the same version and its archive checksum separately in <code>ci/tooling/windows-build-adp.ps1</code>; bump both together.</p></div></div></main><footer class="VPDocFooter" data-v-39a288b8 data-v-e257564d><!--[--><!--]--><div class="edit-info" data-v-e257564d><div class="edit-link" data-v-e257564d><a class="VPLink link vp-external-link-icon no-icon edit-link-button" href="https://github.com/DataDog/saluki/edit/main/docs/agent-data-plane/releasing.md" target="_blank" rel="noreferrer" data-v-e257564d><!--[--><span class="vpi-square-pen edit-link-icon" data-v-e257564d></span> Edit this page on GitHub<!--]--></a></div><div class="last-updated" data-v-e257564d><p class="VPLastUpdated" data-v-e257564d data-v-e98dd255>Updated at: <time datetime="2026-08-12T05:02:38.000Z" data-v-e98dd255></time></p></div></div><nav class="prev-next" aria-labelledby="doc-footer-aria-label" data-v-e257564d><span class="visually-hidden" id="doc-footer-aria-label" data-v-e257564d>Pager</span><div class="pager" data-v-e257564d><a class="VPLink link pager-link prev" href="/saluki/agent-data-plane/memory" data-v-e257564d><!--[--><span class="desc" data-v-e257564d>Previous page</span><span class="title" data-v-e257564d>Memory Management</span><!--]--></a></div><div class="pager" data-v-e257564d><a class="VPLink link pager-link next" href="/saluki/agent-data-plane/configuration/configuration" data-v-e257564d><!--[--><span class="desc" data-v-e257564d>Next page</span><span class="title" data-v-e257564d>Configuration</span><!--]--></a></div></nav></footer><!--[--><!--]--></div></div></div><!--[--><!--]--></div></div><footer class="VPFooter has-sidebar" data-v-5d98c3a5 data-v-e315a0ad><div class="container" data-v-e315a0ad><!----><p class="copyright" data-v-e315a0ad>Copyright © 2024-Present Datadog, Inc.</p></div></footer><!--[--><!--]--></div></div>
27+
<script>window.__VP_HASH_MAP__=JSON.parse("{\"agent-data-plane_configuration_configuration.md\":\"CIa-qP_D\",\"agent-data-plane_dogstatsd-top.md\":\"C0E_C8he\",\"agent-data-plane_index.md\":\"CEAKxRxI\",\"agent-data-plane_memory.md\":\"B8nLhGCo\",\"agent-data-plane_releasing.md\":\"DuFPOGNF\",\"agent-data-plane_telemetry.md\":\"CwtaEUSJ\",\"api-docs_index.md\":\"Cj9jj9zq\",\"development_common-language.md\":\"BqY1MVRr\",\"development_contributing.md\":\"Bjrm1fEb\",\"development_index.md\":\"YS3Dhbat\",\"development_style-guide.md\":\"CTA9QId_\",\"development_testing-patterns.md\":\"BcZ7vAd8\",\"development_testing.md\":\"BuqPlDSr\",\"index.md\":\"Br88ghQq\",\"reference_adrs__template.md\":\"D5s4VrPp\",\"reference_adrs_index.md\":\"CJpJemPG\",\"reference_adrs_records_001-open-design-docs.md\":\"RFCI9--R\",\"reference_architecture_index.md\":\"PxUf2niJ\",\"reference_proposals_index.md\":\"o0Hc26j5\"}");window.__VP_SITE_DATA__=JSON.parse("{\"lang\":\"en-US\",\"dir\":\"ltr\",\"title\":\"Saluki\",\"description\":\"A toolkit for building telemetry data planes in Rust.\",\"base\":\"/saluki/\",\"head\":[],\"router\":{\"prefetchLinks\":true},\"appearance\":true,\"themeConfig\":{\"search\":{\"provider\":\"local\"},\"footer\":{\"copyright\":\"Copyright © 2024-Present Datadog, Inc.\"},\"editLink\":{\"pattern\":\"https://github.com/DataDog/saluki/edit/main/docs/:path\",\"text\":\"Edit this page on GitHub\"},\"lastUpdated\":{\"text\":\"Updated at\",\"formatOptions\":{\"dateStyle\":\"full\",\"timeStyle\":\"medium\"}},\"nav\":[{\"text\":\"Home\",\"link\":\"/\"},{\"text\":\"Developer Guide\",\"link\":\"/development\"}],\"sidebar\":[{\"text\":\"Developer Guide\",\"items\":[{\"text\":\"Common Language\",\"link\":\"/development/common-language\"},{\"text\":\"Contributing\",\"link\":\"/development/contributing\"},{\"text\":\"Style Guide\",\"link\":\"/development/style-guide\"},{\"text\":\"Testing\",\"link\":\"/development/testing\"},{\"text\":\"Testing Patterns\",\"link\":\"/development/testing-patterns\"}]},{\"text\":\"Reference Docs\",\"items\":[{\"text\":\"Architecture\",\"link\":\"/reference/architecture\"},{\"text\":\"ADRs\",\"link\":\"/reference/adrs\"},{\"text\":\"Proposals\",\"link\":\"/reference/proposals\"}]},{\"text\":\"Agent Data Plane\",\"items\":[{\"text\":\"Overview\",\"link\":\"/agent-data-plane\"},{\"text\":\"Internal Telemetry\",\"link\":\"/agent-data-plane/telemetry\"},{\"text\":\"Memory Management\",\"link\":\"/agent-data-plane/memory\"},{\"text\":\"Releasing\",\"link\":\"/agent-data-plane/releasing\"},{\"text\":\"Configuration\",\"items\":[{\"text\":\"Configuration\",\"link\":\"/agent-data-plane/configuration/configuration\"}]}]}],\"outline\":{\"level\":[2,3]},\"socialLinks\":[{\"icon\":\"github\",\"link\":\"https://github.com/DataDog/saluki\"}]},\"locales\":{},\"scrollOffset\":134,\"cleanUrls\":true}");</script>
2828

2929
</body>
3030
</html>

0 commit comments

Comments
 (0)