Skip to content

Commit d2fbf0d

Browse files
committed
chore(antithesis): split intake HTTP modules (#1892)
## Summary <!-- Please provide a brief summary about what this PR does. This should help the reviewers give feedback faster and with higher quality. --> This commit is prep work for up-stack differential equivalence work. I will be adding more HTTP routes for the scenario rig to hook into, distinct from the routes that are used by ADP in its normal operation. I found as I was working on that code a desire for tidy organization, the root of which is present here. ## 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. --> d95a996
1 parent 44c439b commit d2fbf0d

68 files changed

Lines changed: 376 additions & 345 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.B8MiDSmc.js"></script>
12+
<script type="module" src="/saluki/assets/app.Dn-4CybD.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_dogstatsd.md\":\"CrnNUi55\",\"agent-data-plane_index.md\":\"Co_GnP1H\",\"agent-data-plane_memory.md\":\"CVJVBzpW\",\"agent-data-plane_releasing.md\":\"DXAUQbec\",\"agent-data-plane_telemetry.md\":\"CjO35Zin\",\"api-docs_index.md\":\"CJvT9E5q\",\"development_common-language.md\":\"N3G-Xpot\",\"development_contributing.md\":\"CC29BEvT\",\"development_index.md\":\"CnDe1LnE\",\"development_style-guide.md\":\"BEY14qR8\",\"development_testing.md\":\"CLQMteKt\",\"index.md\":\"CQ63siD5\",\"reference_adrs__template.md\":\"DkMCcZFu\",\"reference_adrs_index.md\":\"CrtD7EyO\",\"reference_adrs_records_001-open-design-docs.md\":\"BnvIDlkY\",\"reference_architecture_index.md\":\"Bfw2UC8Y\",\"reference_proposals_index.md\":\"C8dR4f9l\"}");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\":\"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\":\"DogStatsD\",\"link\":\"/agent-data-plane/configuration/dogstatsd\"}]}]}],\"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_dogstatsd.md\":\"BbJDv-SV\",\"agent-data-plane_index.md\":\"DhzTPRlQ\",\"agent-data-plane_memory.md\":\"BfsvNGwW\",\"agent-data-plane_releasing.md\":\"B0QSuLjo\",\"agent-data-plane_telemetry.md\":\"CPSHBrMd\",\"api-docs_index.md\":\"DzgZMXhg\",\"development_common-language.md\":\"CQ0phX9H\",\"development_contributing.md\":\"VZZlg5CC\",\"development_index.md\":\"BGIK26HV\",\"development_style-guide.md\":\"3GNVpqv6\",\"development_testing.md\":\"CAMQ_u9Q\",\"index.md\":\"D-WpN2P2\",\"reference_adrs__template.md\":\"Cba2ijKy\",\"reference_adrs_index.md\":\"DOl8KgTk\",\"reference_adrs_records_001-open-design-docs.md\":\"trUORda1\",\"reference_architecture_index.md\":\"Ct6msM-0\",\"reference_proposals_index.md\":\"DJFOfq3d\"}");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\":\"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\":\"DogStatsD\",\"link\":\"/agent-data-plane/configuration/dogstatsd\"}]}]}],\"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/dogstatsd.html

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

0 commit comments

Comments
 (0)