Skip to content

Commit 8a97719

Browse files
authored
add a base page for go zero code instrumentation (#4718)
Signed-off-by: svrnm <[email protected]>
1 parent 1d4be95 commit 8a97719

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/CODEOWNERS

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ content/en/docs/languages/rust/ @open-telemetry/docs-approvers @open-te
4141
content/en/docs/languages/swift/ @open-telemetry/docs-approvers @open-telemetry/swift-approvers
4242
content/en/docs/security/ @open-telemetry/docs-approvers @open-telemetry/sig-security-maintainers
4343
content/en/docs/specs/ @open-telemetry/docs-approvers @open-telemetry/specs-approvers
44+
content/en/docs/zero-code/go @open-telemetry/docs-approvers @open-telemetry/go-approvers @open-telemetry/go-instrumentation-approvers
4445
content/en/docs/zero-code/java/ @open-telemetry/docs-approvers @open-telemetry/java-approvers @open-telemetry/java-instrumentation-approvers
4546
content/en/docs/zero-code/js/ @open-telemetry/docs-approvers @open-telemetry/javascript-approvers
4647
content/en/docs/zero-code/net/ @open-telemetry/docs-approvers @open-telemetry/dotnet-approvers @open-telemetry/dotnet-instrumentation-approvers

.github/component-label-map.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ sig:go:
2626
- changed-files:
2727
- any-glob-to-any-file:
2828
- content/en/docs/languages/go/**
29+
- content/en/docs/zero-code/go/**
2930
sig:java:
3031
- changed-files:
3132
- any-glob-to-any-file:

content/en/docs/concepts/instrumentation/zero-code.md

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Other configuration options are available, including:
4545
Automatic instrumentation is available for the following languages:
4646

4747
- [.NET](/docs/zero-code/net/)
48+
- [Go](/docs/zero-code/go)
4849
- [Java](/docs/zero-code/java/)
4950
- [JavaScript](/docs/zero-code/js/)
5051
- [PHP](/docs/zero-code/php/)

content/en/docs/zero-code/go.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Go zero-code instrumentation
3+
linkTitle: Go
4+
weight: 16
5+
---
6+
7+
Zero-code instrumentation for Go provides a way to instrument any Go application
8+
and capture telemetry data from many popular libraries and frameworks without
9+
any code changes.
10+
11+
This project is currently work in progress and you can visit the
12+
[opentelemetry-go-instrumentation repository](https://github.com/open-telemetry/opentelemetry-go-instrumentation/)
13+
to learn more.

0 commit comments

Comments
 (0)