Skip to content

Commit f9962ae

Browse files
jack-bergvitorvasc
andauthored
Migrate opentelemetry-go to opentelemetry-go-contrib (#9462)
Co-authored-by: Vitor Vasconcellos <vvasconcellos1@gmail.com>
1 parent 73b56c4 commit f9962ae

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
path = content-modules/opamp-spec
2727
url = https://github.com/open-telemetry/opamp-spec
2828
opamp-pin = v0.14.0
29-
[submodule "content-modules/opentelemetry-go"]
30-
path = content-modules/opentelemetry-go
31-
url = https://github.com/open-telemetry/opentelemetry-go
32-
go-pin = v1.27.0
3329
[submodule "content-modules/opentelemetry-java-examples"]
3430
path = content-modules/opentelemetry-java-examples
3531
url = https://github.com/open-telemetry/opentelemetry-java-examples.git
3632
javaexamples-pin = 5023e70
33+
[submodule "content-modules/opentelemetry-go-contrib"]
34+
path = content-modules/opentelemetry-go-contrib
35+
url = https://github.com/open-telemetry/opentelemetry-go-contrib
36+
go-contrib-pin = 0a5b338

content-modules/opentelemetry-go

Lines changed: 0 additions & 1 deletion
This file was deleted.

content/en/docs/languages/go/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cSpell:ignore: chan fatalln funcs intn itoa otelhttp rolldice stdouttrace strcon
66
---
77

88
<!-- markdownlint-disable blanks-around-fences -->
9-
<?code-excerpt path-base="examples/go/dice"?>
9+
<?code-excerpt path-base="examples/go/dice/instrumented"?>
1010

1111
This page will show you how to get started with OpenTelemetry in Go.
1212

content/ja/docs/languages/go/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cSpell:ignore: chan fatalln funcs intn itoa khtml otelhttp rolldice stdouttrace
88
---
99

1010
<!-- markdownlint-disable blanks-around-fences -->
11-
<?code-excerpt path-base="examples/go/dice"?>
11+
<?code-excerpt path-base="examples/go/dice/instrumented"?>
1212

1313
このページでは、GoにおけるOpenTelemetryの始め方を紹介します。
1414

content/pt/docs/languages/go/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Primeiros Passos
33
weight: 10
4-
default_lang_commit: 505e2d1d650a80f8a8d72206f2e285430bc6b36a
4+
default_lang_commit: 505e2d1d650a80f8a8d72206f2e285430bc6b36a # patched
55
# prettier-ignore
66
cSpell:ignore: chan fatalln funcs intn itoa khtml otelhttp rolldice stdouttrace strconv
77
---
88

99
<!-- markdownlint-disable blanks-around-fences -->
10-
<?code-excerpt path-base="examples/go/dice"?>
10+
<?code-excerpt path-base="examples/go/dice/instrumented"?>
1111

1212
Esta página mostrará como começar a utilizar o OpenTelemetry em Go.
1313

content/zh/docs/languages/go/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cSpell:ignore: chan fatalln funcs intn itoa khtml otelhttp rolldice stdouttrace
88
---
99

1010
<!-- markdownlint-disable blanks-around-fences -->
11-
<?code-excerpt path-base="examples/go/dice"?>
11+
<?code-excerpt path-base="examples/go/dice/instrumented"?>
1212

1313
本页面将向你展示如何在 Go 中开始使用 OpenTelemetry。
1414

examples/go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../content-modules/opentelemetry-go/example
1+
../content-modules/opentelemetry-go-contrib/examples

0 commit comments

Comments
 (0)