From 8da1faaed8510609e1b0b85cddead6e13ddbd36b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= <juraci@kroehling.de>
Date: Mon, 13 Jan 2025 14:15:46 +0100
Subject: [PATCH 1/6] Add Go Compile Time Instrumentation SIG
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
---
 README.md |  1 +
 sigs.yml  | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/README.md b/README.md
index d33c1a3e5..95ac52a2d 100644
--- a/README.md
+++ b/README.md
@@ -165,6 +165,7 @@ SIG-specific GitHub discussions.
 | <a id="sig-erlang-elixir"></a>Erlang/Elixir: SDK | Every other Thursday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1EbBiRjBc_cBf0T_B5OtNRPhbD4jdBrVYJAy8euCDrUI) | [#otel-erlang-elixir](https://cloud-native.slack.com/archives/C01N75YMZCN) | [calendar-erlang](https://groups.google.com/a/opentelemetry.io/g/calendar-erlang) | [Austin Parker](https://github.com/austinlparker) |
 | <a id="sig-go"></a>GoLang: SDK | Thursday alternating between 09:00 PT and 10:00 PT | [Google Doc](https://docs.google.com/document/d/1E5e7Ld0NuU1iVvf-42tOBpu2VBBLYnh73GJuITGJTTU) | [#otel-go](https://cloud-native.slack.com/archives/C01NPAXACKT) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Ted Young](https://github.com/tedsuo) |
 | <a id="sig-go-instrumentation"></a>GoLang: Automatic Instrumentation | Every other Tuesday at 09:30 PT | [Google Doc](https://docs.google.com/document/d/1P6am_r_cxCX1HcpDQlznrTrTOvwN2whshL0f58lXSWI) | [#otel-go-instrumentation](https://cloud-native.slack.com/archives/C03S01YSAS0) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
+| <a id="sig-go-compt-instr"></a>GoLang: Compile Time Instrumentation | Every other Thursday at 08:00 UTC | [Google Doc](https://docs.google.com/document/d/1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY) | [#otel-go-compt-instr](https://cloud-native.slack.com/archives/C088D8GSSSF) |  | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
 | <a id="sig-java"></a>Java: SDK + Instrumentation | Thursday at 09:00 PT, and every other Thursday at 09:00 UTC+8 | [Google Doc](https://docs.google.com/document/d/1D7ZD93LxSWexHeztHohRp5yeoTzsi9Dj1HRm7Tad-hM) | [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) | [calendar-java](https://groups.google.com/a/opentelemetry.io/g/calendar-java) | [Trask Stalnaker](https://github.com/trask) |
 | <a id="sig-js"></a>JavaScript: SDK | Wednesday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1tCyoQK49WVcE-x8oryZOTTToFm7sIeUhxFPm9g-qL1k) | [#otel-js](https://cloud-native.slack.com/archives/C01NL1GRPQR) and [GitHub Discussions](https://github.com/open-telemetry/opentelemetry-js/discussions) | [calendar-js](https://groups.google.com/a/opentelemetry.io/g/calendar-js) | [Pablo Baeyens](https://github.com/mx-psi) |
 | <a id="sig-php"></a>PHP: SDK | Wednesday at 10:30 PT | [Google Doc](https://docs.google.com/document/d/1WLDZGLY24rk5fRudjdQAcx_u81ZQWCF3zxiNT-sz7DI) | [#otel-php](https://cloud-native.slack.com/archives/C01NFPCV44V) | [calendar-php](https://groups.google.com/a/opentelemetry.io/g/calendar-php) | [Severin Neumann](https://github.com/svrnm) |
diff --git a/sigs.yml b/sigs.yml
index 606d9f514..a3d7356c7 100644
--- a/sigs.yml
+++ b/sigs.yml
@@ -453,6 +453,20 @@
     gcLiaison:
     - name: 'Juraci Paixão Kröhling'
       github: jpkrohling
+  - name: 'GoLang: Compile Time Instrumentation'
+    meeting: Every other Thursday at 08:00 UTC
+    notes:
+      type: gDoc
+      value: 1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY
+    chat:
+      - type: slack
+        name: '#otel-go-compt-instr'
+        id: C088D8GSSSF
+    invites: none
+    sponsors: []
+    gcLiaison:
+    - name: 'Juraci Paixão Kröhling'
+      github: jpkrohling
   - name: 'Java: SDK + Instrumentation'
     meeting: Thursday at 09:00 PT, and every other Thursday at 09:00 UTC+8
     notes:

From 15b807c0a85eced2a6dd341c3dd2af10ef159682 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= <juraci@kroehling.de>
Date: Mon, 13 Jan 2025 14:18:48 +0100
Subject: [PATCH 2/6] fix instrgen on cspell
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
---
 .cspell.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.cspell.yaml b/.cspell.yaml
index 2c3ad5b8f..b98f66430 100644
--- a/.cspell.yaml
+++ b/.cspell.yaml
@@ -39,6 +39,7 @@ words:
     - grafana
     - Hostmetrics
     - hostmetricsreceiver
+    - Instrgen
     - jemmic
     - keptn
     - kubecon

From 0302fd722793f45eef5c2c6e646a2e515bd29dc7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= <juraci@kroehling.de>
Date: Tue, 21 Jan 2025 13:59:15 +0100
Subject: [PATCH 3/6] s/compt/compile-time/
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
---
 README.md | 2 +-
 sigs.yml  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 95ac52a2d..876e239b0 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ SIG-specific GitHub discussions.
 | <a id="sig-erlang-elixir"></a>Erlang/Elixir: SDK | Every other Thursday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1EbBiRjBc_cBf0T_B5OtNRPhbD4jdBrVYJAy8euCDrUI) | [#otel-erlang-elixir](https://cloud-native.slack.com/archives/C01N75YMZCN) | [calendar-erlang](https://groups.google.com/a/opentelemetry.io/g/calendar-erlang) | [Austin Parker](https://github.com/austinlparker) |
 | <a id="sig-go"></a>GoLang: SDK | Thursday alternating between 09:00 PT and 10:00 PT | [Google Doc](https://docs.google.com/document/d/1E5e7Ld0NuU1iVvf-42tOBpu2VBBLYnh73GJuITGJTTU) | [#otel-go](https://cloud-native.slack.com/archives/C01NPAXACKT) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Ted Young](https://github.com/tedsuo) |
 | <a id="sig-go-instrumentation"></a>GoLang: Automatic Instrumentation | Every other Tuesday at 09:30 PT | [Google Doc](https://docs.google.com/document/d/1P6am_r_cxCX1HcpDQlznrTrTOvwN2whshL0f58lXSWI) | [#otel-go-instrumentation](https://cloud-native.slack.com/archives/C03S01YSAS0) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
-| <a id="sig-go-compt-instr"></a>GoLang: Compile Time Instrumentation | Every other Thursday at 08:00 UTC | [Google Doc](https://docs.google.com/document/d/1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY) | [#otel-go-compt-instr](https://cloud-native.slack.com/archives/C088D8GSSSF) |  | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
+| <a id="sig-go-compile-time-instr"></a>GoLang: Compile Time Instrumentation | Every other Thursday at 08:00 UTC | [Google Doc](https://docs.google.com/document/d/1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY) | [#otel-go-compile-time-instr](https://cloud-native.slack.com/archives/C088D8GSSSF) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
 | <a id="sig-java"></a>Java: SDK + Instrumentation | Thursday at 09:00 PT, and every other Thursday at 09:00 UTC+8 | [Google Doc](https://docs.google.com/document/d/1D7ZD93LxSWexHeztHohRp5yeoTzsi9Dj1HRm7Tad-hM) | [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) | [calendar-java](https://groups.google.com/a/opentelemetry.io/g/calendar-java) | [Trask Stalnaker](https://github.com/trask) |
 | <a id="sig-js"></a>JavaScript: SDK | Wednesday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1tCyoQK49WVcE-x8oryZOTTToFm7sIeUhxFPm9g-qL1k) | [#otel-js](https://cloud-native.slack.com/archives/C01NL1GRPQR) and [GitHub Discussions](https://github.com/open-telemetry/opentelemetry-js/discussions) | [calendar-js](https://groups.google.com/a/opentelemetry.io/g/calendar-js) | [Pablo Baeyens](https://github.com/mx-psi) |
 | <a id="sig-php"></a>PHP: SDK | Wednesday at 10:30 PT | [Google Doc](https://docs.google.com/document/d/1WLDZGLY24rk5fRudjdQAcx_u81ZQWCF3zxiNT-sz7DI) | [#otel-php](https://cloud-native.slack.com/archives/C01NFPCV44V) | [calendar-php](https://groups.google.com/a/opentelemetry.io/g/calendar-php) | [Severin Neumann](https://github.com/svrnm) |
diff --git a/sigs.yml b/sigs.yml
index a3d7356c7..f7f89bd66 100644
--- a/sigs.yml
+++ b/sigs.yml
@@ -460,9 +460,9 @@
       value: 1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY
     chat:
       - type: slack
-        name: '#otel-go-compt-instr'
+        name: '#otel-go-compile-time-instr'
         id: C088D8GSSSF
-    invites: none
+    invites: calendar-go
     sponsors: []
     gcLiaison:
     - name: 'Juraci Paixão Kröhling'

From c5f23541f52c744247ec36eab88775691182f8b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= <juraci@kroehling.de>
Date: Thu, 30 Jan 2025 16:04:04 +0100
Subject: [PATCH 4/6] aligned slack channel name
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
---
 README.md | 2 +-
 sigs.yml  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 876e239b0..7156589b1 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ SIG-specific GitHub discussions.
 | <a id="sig-erlang-elixir"></a>Erlang/Elixir: SDK | Every other Thursday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1EbBiRjBc_cBf0T_B5OtNRPhbD4jdBrVYJAy8euCDrUI) | [#otel-erlang-elixir](https://cloud-native.slack.com/archives/C01N75YMZCN) | [calendar-erlang](https://groups.google.com/a/opentelemetry.io/g/calendar-erlang) | [Austin Parker](https://github.com/austinlparker) |
 | <a id="sig-go"></a>GoLang: SDK | Thursday alternating between 09:00 PT and 10:00 PT | [Google Doc](https://docs.google.com/document/d/1E5e7Ld0NuU1iVvf-42tOBpu2VBBLYnh73GJuITGJTTU) | [#otel-go](https://cloud-native.slack.com/archives/C01NPAXACKT) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Ted Young](https://github.com/tedsuo) |
 | <a id="sig-go-instrumentation"></a>GoLang: Automatic Instrumentation | Every other Tuesday at 09:30 PT | [Google Doc](https://docs.google.com/document/d/1P6am_r_cxCX1HcpDQlznrTrTOvwN2whshL0f58lXSWI) | [#otel-go-instrumentation](https://cloud-native.slack.com/archives/C03S01YSAS0) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
-| <a id="sig-go-compile-time-instr"></a>GoLang: Compile Time Instrumentation | Every other Thursday at 08:00 UTC | [Google Doc](https://docs.google.com/document/d/1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY) | [#otel-go-compile-time-instr](https://cloud-native.slack.com/archives/C088D8GSSSF) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
+| <a id="sig-go-compile-instrumentation"></a>GoLang: Compile Time Instrumentation | Every other Thursday at 08:00 UTC | [Google Doc](https://docs.google.com/document/d/1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY) | [#otel-go-compile-instrumentation](https://cloud-native.slack.com/archives/C088D8GSSSF) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
 | <a id="sig-java"></a>Java: SDK + Instrumentation | Thursday at 09:00 PT, and every other Thursday at 09:00 UTC+8 | [Google Doc](https://docs.google.com/document/d/1D7ZD93LxSWexHeztHohRp5yeoTzsi9Dj1HRm7Tad-hM) | [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) | [calendar-java](https://groups.google.com/a/opentelemetry.io/g/calendar-java) | [Trask Stalnaker](https://github.com/trask) |
 | <a id="sig-js"></a>JavaScript: SDK | Wednesday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1tCyoQK49WVcE-x8oryZOTTToFm7sIeUhxFPm9g-qL1k) | [#otel-js](https://cloud-native.slack.com/archives/C01NL1GRPQR) and [GitHub Discussions](https://github.com/open-telemetry/opentelemetry-js/discussions) | [calendar-js](https://groups.google.com/a/opentelemetry.io/g/calendar-js) | [Pablo Baeyens](https://github.com/mx-psi) |
 | <a id="sig-php"></a>PHP: SDK | Wednesday at 10:30 PT | [Google Doc](https://docs.google.com/document/d/1WLDZGLY24rk5fRudjdQAcx_u81ZQWCF3zxiNT-sz7DI) | [#otel-php](https://cloud-native.slack.com/archives/C01NFPCV44V) | [calendar-php](https://groups.google.com/a/opentelemetry.io/g/calendar-php) | [Severin Neumann](https://github.com/svrnm) |
diff --git a/sigs.yml b/sigs.yml
index f7f89bd66..843014208 100644
--- a/sigs.yml
+++ b/sigs.yml
@@ -460,7 +460,7 @@
       value: 1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY
     chat:
       - type: slack
-        name: '#otel-go-compile-time-instr'
+        name: '#otel-go-compile-instrumentation'
         id: C088D8GSSSF
     invites: calendar-go
     sponsors: []

From 252465f47593d9c1b0ea16b51019b24b5cd5cd6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= <juraci@kroehling.de>
Date: Tue, 4 Feb 2025 18:18:07 +0100
Subject: [PATCH 5/6] s/compile time/compile-time
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
---
 sigs.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sigs.yml b/sigs.yml
index 843014208..0eee6679c 100644
--- a/sigs.yml
+++ b/sigs.yml
@@ -453,7 +453,7 @@
     gcLiaison:
     - name: 'Juraci Paixão Kröhling'
       github: jpkrohling
-  - name: 'GoLang: Compile Time Instrumentation'
+  - name: 'GoLang: Compile-Time Instrumentation'
     meeting: Every other Thursday at 08:00 UTC
     notes:
       type: gDoc

From b8994813db85745da1b2ac849a18b9f54efb35b7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Juraci=20Paix=C3=A3o=20Kr=C3=B6hling?= <juraci@kroehling.de>
Date: Wed, 5 Feb 2025 09:54:13 +0100
Subject: [PATCH 6/6] table updated
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7156589b1..4a79a4d2b 100644
--- a/README.md
+++ b/README.md
@@ -165,7 +165,7 @@ SIG-specific GitHub discussions.
 | <a id="sig-erlang-elixir"></a>Erlang/Elixir: SDK | Every other Thursday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1EbBiRjBc_cBf0T_B5OtNRPhbD4jdBrVYJAy8euCDrUI) | [#otel-erlang-elixir](https://cloud-native.slack.com/archives/C01N75YMZCN) | [calendar-erlang](https://groups.google.com/a/opentelemetry.io/g/calendar-erlang) | [Austin Parker](https://github.com/austinlparker) |
 | <a id="sig-go"></a>GoLang: SDK | Thursday alternating between 09:00 PT and 10:00 PT | [Google Doc](https://docs.google.com/document/d/1E5e7Ld0NuU1iVvf-42tOBpu2VBBLYnh73GJuITGJTTU) | [#otel-go](https://cloud-native.slack.com/archives/C01NPAXACKT) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Ted Young](https://github.com/tedsuo) |
 | <a id="sig-go-instrumentation"></a>GoLang: Automatic Instrumentation | Every other Tuesday at 09:30 PT | [Google Doc](https://docs.google.com/document/d/1P6am_r_cxCX1HcpDQlznrTrTOvwN2whshL0f58lXSWI) | [#otel-go-instrumentation](https://cloud-native.slack.com/archives/C03S01YSAS0) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
-| <a id="sig-go-compile-instrumentation"></a>GoLang: Compile Time Instrumentation | Every other Thursday at 08:00 UTC | [Google Doc](https://docs.google.com/document/d/1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY) | [#otel-go-compile-instrumentation](https://cloud-native.slack.com/archives/C088D8GSSSF) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
+| <a id="sig-go-compile-instrumentation"></a>GoLang: Compile-Time Instrumentation | Every other Thursday at 08:00 UTC | [Google Doc](https://docs.google.com/document/d/1XkVahJfhf482d3WVHsvUUDaGzHc8TO3sqQlSS80mpGY) | [#otel-go-compile-instrumentation](https://cloud-native.slack.com/archives/C088D8GSSSF) | [calendar-go](https://groups.google.com/a/opentelemetry.io/g/calendar-go) | [Juraci Paixão Kröhling](https://github.com/jpkrohling) |
 | <a id="sig-java"></a>Java: SDK + Instrumentation | Thursday at 09:00 PT, and every other Thursday at 09:00 UTC+8 | [Google Doc](https://docs.google.com/document/d/1D7ZD93LxSWexHeztHohRp5yeoTzsi9Dj1HRm7Tad-hM) | [#otel-java](https://cloud-native.slack.com/archives/C014L2KCTE3) | [calendar-java](https://groups.google.com/a/opentelemetry.io/g/calendar-java) | [Trask Stalnaker](https://github.com/trask) |
 | <a id="sig-js"></a>JavaScript: SDK | Wednesday at 09:00 PT | [Google Doc](https://docs.google.com/document/d/1tCyoQK49WVcE-x8oryZOTTToFm7sIeUhxFPm9g-qL1k) | [#otel-js](https://cloud-native.slack.com/archives/C01NL1GRPQR) and [GitHub Discussions](https://github.com/open-telemetry/opentelemetry-js/discussions) | [calendar-js](https://groups.google.com/a/opentelemetry.io/g/calendar-js) | [Pablo Baeyens](https://github.com/mx-psi) |
 | <a id="sig-php"></a>PHP: SDK | Wednesday at 10:30 PT | [Google Doc](https://docs.google.com/document/d/1WLDZGLY24rk5fRudjdQAcx_u81ZQWCF3zxiNT-sz7DI) | [#otel-php](https://cloud-native.slack.com/archives/C01NFPCV44V) | [calendar-php](https://groups.google.com/a/opentelemetry.io/g/calendar-php) | [Severin Neumann](https://github.com/svrnm) |