Commit 3339c59 1 parent 65efe43 commit 3339c59 Copy full SHA for 3339c59
File tree 1 file changed +5
-5
lines changed
content/en/docs/collector
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -49,8 +49,8 @@ service:
49
49
- periodic :
50
50
exporter :
51
51
otlp :
52
- protocol : grpc
53
- endpoint : http ://localhost:14317
52
+ protocol : http/protobuf
53
+ endpoint : https ://backend:4318
54
54
` ` `
55
55
56
56
Alternatively, you can expose the Prometheus endpoint to one specific or all
@@ -159,7 +159,7 @@ the stability of the emitted span names and attributes.
159
159
{{% /alert %}}
160
160
161
161
The following configuration can be used to emit internal traces from the
162
- Collector to an OTLP/gRPC backend :
162
+ Collector to an OTLP backend :
163
163
164
164
` ` ` yaml
165
165
service:
@@ -169,8 +169,8 @@ service:
169
169
- batch:
170
170
exporter:
171
171
otlp:
172
- protocol: grpc
173
- endpoint: https://backend:4317
172
+ protocol: http/protobuf
173
+ endpoint: https://backend:4318
174
174
` ` `
175
175
176
176
See the [example configuration][kitchen-sink-config] for additional options.
You can’t perform that action at this time.
0 commit comments