Commit 736ae99 1 parent b212ab3 commit 736ae99 Copy full SHA for 736ae99
File tree 1 file changed +3
-3
lines changed
content/en/docs/languages/go
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ application that exports telemetry.
135
135
Create ` otel.go ` with OpenTelemetry SDK bootstrapping code:
136
136
137
137
<!-- prettier-ignore-start -->
138
- <? code-excerpt "otel.go" from="package main"?>
138
+ <!-- code-excerpt "otel.go" from="package main"?-- >
139
139
``` go
140
140
package main
141
141
@@ -273,7 +273,7 @@ Modify `main.go` to include code that sets up OpenTelemetry SDK and instruments
273
273
the HTTP server using the ` otelhttp ` instrumentation library:
274
274
275
275
<!-- prettier-ignore-start -->
276
- <? code-excerpt "main.go" from="package main"?>
276
+ <!-- ?code-excerpt "main.go" from="package main"?-- >
277
277
``` go
278
278
package main
279
279
@@ -372,7 +372,7 @@ your application. For that you'll need to write some custom
372
372
Modify ` rolldice.go ` to include custom instrumentation using OpenTelemetry API:
373
373
374
374
<!-- prettier-ignore-start -->
375
- <? code-excerpt "rolldice.go" from="package main"?>
375
+ <!-- ?code-excerpt "rolldice.go" from="package main"?-- >
376
376
``` go
377
377
package main
378
378
You can’t perform that action at this time.
0 commit comments