Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
806c271
feat(skills): ship copilot-otel-metrics as the opt-in telemetry path
WilliamBerryiii Aug 14, 2026
bb678cd
refactor(hooks)!: retire the telemetry hook and its owned runtime
WilliamBerryiii Aug 14, 2026
aa53f75
refactor(scripts): drop hook recipes and synthesize hook test fixtures
WilliamBerryiii Aug 14, 2026
017b7a1
docs: point telemetry guidance at the opt-in skill
WilliamBerryiii Aug 14, 2026
a158fa5
chore(settings): add OpenTelemetry terms to the spell dictionary
WilliamBerryiii Aug 14, 2026
f0acc40
Merge remote-tracking branch 'origin/main' into feat/2717-retire-tele…
WilliamBerryiii Aug 14, 2026
208a212
style(skills): apply ruff format to copilot-otel-metrics
WilliamBerryiii Aug 15, 2026
06aedd4
fix(skills): add pytest-cov and a fuzz corpus to copilot-otel-metrics
WilliamBerryiii Aug 15, 2026
a8251a2
fix(scripts): drop the hook-present guard from the packaging contract…
WilliamBerryiii Aug 15, 2026
47cc3e4
Merge remote-tracking branch 'origin/main' into feat/2717-retire-tele…
WilliamBerryiii Aug 17, 2026
3e457bf
Merge remote-tracking branch 'origin/main' into feat/2717-retire-tele…
WilliamBerryiii Aug 18, 2026
d1107f8
test(skills): extract shared collector config support and split pytes…
WilliamBerryiii Aug 19, 2026
cd02049
feat(skills): give the fleet collector filtering parity and ship the …
WilliamBerryiii Aug 19, 2026
d4f212d
fix(skills): tighten helper endpoint policy, settings writes, and con…
WilliamBerryiii Aug 19, 2026
9688c1a
ci(workflows): add a strict runtime pytest lane for copilot-otel-metrics
WilliamBerryiii Aug 19, 2026
591d766
docs(skills): reconcile the security model, transparency note, and sk…
WilliamBerryiii Aug 19, 2026
78b218c
docs(skills): replace narrative code comments with behavior and invar…
WilliamBerryiii Aug 19, 2026
7bac9f4
Merge remote-tracking branch 'origin/main' into feat/2717-retire-tele…
WilliamBerryiii Aug 19, 2026
e0d0d43
fix(skills): stop reusing a pruned backup index within the same second
WilliamBerryiii Aug 19, 2026
ecdf86f
Merge remote-tracking branch 'origin/main' into feat/2717-retire-tele…
WilliamBerryiii Aug 20, 2026
cebb4ee
fix(skills): make the copilot-otel-metrics CI lanes pass on Linux
WilliamBerryiii Aug 20, 2026
05fb230
fix(skills): clear the CodeQL findings in copilot-otel-metrics
WilliamBerryiii Aug 21, 2026
a22b48c
docs: correct stale hook and residual-carrier statements
WilliamBerryiii Aug 21, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@
"optimi",
"OPTIN",
"ordinally",
"otelcol",
"OTTL",
"overbroad",
"packageable",
"parseable",
Expand Down Expand Up @@ -220,6 +222,7 @@
"skillmd",
"SLSA",
"smol",
"spanlink",
"SPOF",
"SSSC",
"stdlib",
Expand Down
94 changes: 0 additions & 94 deletions .github/hooks/shared/telemetry.json

This file was deleted.

129 changes: 0 additions & 129 deletions .github/hooks/shared/telemetry/Invoke-TelemetryClean.ps1

This file was deleted.

141 changes: 0 additions & 141 deletions .github/hooks/shared/telemetry/Invoke-TelemetryCollector.ps1

This file was deleted.

Loading
Loading