Commit 0a2570e
committed
fix(template-build): use fcInfo to auto-detect FreePageReporting in orchestrator
HasFreePageReporting() was added to fcversion.Info but had zero callers
in the production path. Mirror the HasHugePages() pattern: let the
orchestrator derive the value from the FC version (authoritative),
gated by the FreePageReportingFlag LaunchDarkly flag (default false).
Also emit an env.free_page_reporting span attribute alongside the
existing env.huge_pages one.1 parent d472bdf commit 0a2570e
1 file changed
Lines changed: 3 additions & 1 deletion
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | | - | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments