docs(dogstatsd): extend ConfKey coverage — parity wins, new unknowns, audit fixes#1676
Closed
jszwedko wants to merge 5 commits into
Closed
docs(dogstatsd): extend ConfKey coverage — parity wins, new unknowns, audit fixes#1676jszwedko wants to merge 5 commits into
jszwedko wants to merge 5 commits into
Conversation
…ional keys - Mark statsd_metric_blocklist, statsd_metric_blocklist_match_prefix, statsd_metric_namespace, and statsd_metric_namespace_blacklist as PARITY - Add new ADP-only keys (dogstatsd_autoscale_udp_listeners, dogstatsd_string_interner_size_bytes, memory_mode, metrics_level) - Add aggregator_tag_filter_cache_capacity as MISSING/INVESTIGATE - Add use_v2_api_series and flat OPW/vector alias keys as PARITY - Bulk-add new not-applicable entries from upstream agent config - Improve description clarity across many entries Rationale: Reflects completed investigation of additional StatsD options, confirming parity where achieved and tracking gaps for future work.
Binary Size Analysis (Agent Data Plane)Target: 55bca14 (baseline) vs 9bb2a4b (comparison) diff
|
| Module | File Size | Symbols |
|---|---|---|
anon.4f8fd67d74ae1f1600187cfeb0121be9.1.llvm.11208240367200581785 |
+130 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.1.llvm.570627086386795550 |
-128 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.4.llvm.11208240367200581785 |
+115 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.4.llvm.570627086386795550 |
-113 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.3.llvm.11208240367200581785 |
+109 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.3.llvm.570627086386795550 |
-107 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.0.llvm.11208240367200581785 |
+97 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.2.llvm.11208240367200581785 |
+95 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.0.llvm.570627086386795550 |
-95 B | 1 |
anon.4f8fd67d74ae1f1600187cfeb0121be9.2.llvm.570627086386795550 |
-93 B | 1 |
[Unmapped] |
-2 B | 1 |
Detailed Symbol Changes
FILE SIZE VM SIZE
-------------- --------------
[NEW] +130 [NEW] +40 anon.4f8fd67d74ae1f1600187cfeb0121be9.1.llvm.11208240367200581785
[NEW] +115 [NEW] +25 anon.4f8fd67d74ae1f1600187cfeb0121be9.4.llvm.11208240367200581785
[NEW] +109 [NEW] +19 anon.4f8fd67d74ae1f1600187cfeb0121be9.3.llvm.11208240367200581785
[NEW] +97 [NEW] +7 anon.4f8fd67d74ae1f1600187cfeb0121be9.0.llvm.11208240367200581785
[NEW] +95 [NEW] +5 anon.4f8fd67d74ae1f1600187cfeb0121be9.2.llvm.11208240367200581785
-0.0% -2 [ = ] 0 [Unmapped]
[DEL] -93 [DEL] -5 anon.4f8fd67d74ae1f1600187cfeb0121be9.2.llvm.570627086386795550
[DEL] -95 [DEL] -7 anon.4f8fd67d74ae1f1600187cfeb0121be9.0.llvm.570627086386795550
[DEL] -107 [DEL] -19 anon.4f8fd67d74ae1f1600187cfeb0121be9.3.llvm.570627086386795550
[DEL] -113 [DEL] -25 anon.4f8fd67d74ae1f1600187cfeb0121be9.4.llvm.570627086386795550
[DEL] -128 [DEL] -40 anon.4f8fd67d74ae1f1600187cfeb0121be9.1.llvm.570627086386795550
+0.0% +8 [ = ] 0 TOTAL
Collaborator
Author
|
Superseded by a clean rebase on main. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-on audit pass for the DogStatsD configuration documentation. Builds on the coverage added in #1668 with additional parity wins discovered by re-scanning both codebases, corrects some over-dismissed keys, and expands the Compatibility Unknown section with 28 keys that were previously absent or incorrectly marked not-applicable. Also includes a one-pass table column alignment across the whole document.
Test plan
known-configs-not-applicable.jsonis valid JSON and sorteddogstatsd.mdrenders correctly — section anchors, link references intact🤖 Generated with Claude Code