Skip to content

Commit 7630526

Browse files
committed
Code review comments
1 parent d81a62f commit 7630526

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

content/en/blog/2025/go-compile-time-instrumentation.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ the best aspects of each solution and benefits the community as a whole.
6161

6262
The initial output from this SIG will soon replace
6363
[instrgen](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/dafdad14b7858c7f491c8cb72e4bc7deaf9378e3/instrgen/README.md),
64-
Go SIG's initial experimental approach to provide compile-time instrumentation.
64+
OpenTelemetry's initial experimental approach to provide Go compile-time
65+
instrumentation based on `-toolexec`.
6566

6667
In the longer term, this SIG will focus on:
6768

static/refcache.json

+12
Original file line numberDiff line numberDiff line change
@@ -6411,6 +6411,10 @@
64116411
"StatusCode": 206,
64126412
"LastSeen": "2025-01-16T14:23:17.554218-05:00"
64136413
},
6414+
"https://github.com/open-telemetry/community/blob/main/projects/go-compile-instrumentation.md": {
6415+
"StatusCode": 206,
6416+
"LastSeen": "2025-01-18T20:45:35.792292Z"
6417+
},
64146418
"https://github.com/open-telemetry/community/blob/main/reports/ADA_Logics-collector-fuzzing-audit-2024.pdf": {
64156419
"StatusCode": 206,
64166420
"LastSeen": "2025-01-16T14:23:17.415384-05:00"
@@ -6459,6 +6463,14 @@
64596463
"StatusCode": 200,
64606464
"LastSeen": "2024-10-15T15:52:36.027937+01:00"
64616465
},
6466+
"https://github.com/open-telemetry/community/issues/2344": {
6467+
"StatusCode": 206,
6468+
"LastSeen": "2025-01-18T20:45:29.87596Z"
6469+
},
6470+
"https://github.com/open-telemetry/community/issues/2497": {
6471+
"StatusCode": 206,
6472+
"LastSeen": "2025-01-18T20:45:32.577654Z"
6473+
},
64626474
"https://github.com/open-telemetry/community/issues/828": {
64636475
"StatusCode": 206,
64646476
"LastSeen": "2025-01-13T11:43:27.58776-05:00"

0 commit comments

Comments
 (0)