File tree 1 file changed +6
-6
lines changed
content/en/docs/languages/go
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Here's how you can create an exporter with default configuration:
86
86
87
87
``` go
88
88
import (
89
- " context"
89
+ " context"
90
90
91
91
" go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp"
92
92
" go.opentelemetry.io/otel/sdk/trace"
@@ -106,7 +106,7 @@ Here's how you can create an exporter with default configuration:
106
106
107
107
``` go
108
108
import (
109
- " context"
109
+ " context"
110
110
111
111
" go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
112
112
" go.opentelemetry.io/otel/sdk/trace"
@@ -142,7 +142,7 @@ Here's how you can create an exporter with default configuration:
142
142
143
143
``` go
144
144
import (
145
- " context"
145
+ " context"
146
146
147
147
" go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp"
148
148
" go.opentelemetry.io/otel/sdk/metric"
@@ -162,7 +162,7 @@ Here's how you can create an exporter with default configuration:
162
162
163
163
``` go
164
164
import (
165
- " context"
165
+ " context"
166
166
167
167
" go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc"
168
168
" go.opentelemetry.io/otel/sdk/metric"
@@ -186,7 +186,7 @@ default configuration:
186
186
187
187
``` go
188
188
import (
189
- " context"
189
+ " context"
190
190
191
191
" go.opentelemetry.io/otel/exporters/prometheus"
192
192
" go.opentelemetry.io/otel/sdk/metric"
@@ -212,7 +212,7 @@ Here's how you can create an exporter with default configuration:
212
212
213
213
``` go
214
214
import (
215
- " context"
215
+ " context"
216
216
217
217
" go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp"
218
218
" go.opentelemetry.io/otel/sdk/log"
You can’t perform that action at this time.
0 commit comments