Skip to content

Commit 2b5ca1a

Browse files
authored
Merge pull request #76296 from max-cx/otel-empty-object
OBSDOCS-1069/TRACING-4282: OTEL document empty objects
2 parents 1501857 + 8426013 commit 2b5ca1a

11 files changed

+65
-65
lines changed

modules/otel-collector-components.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,7 +1557,7 @@ This extension supports traces, metrics, and logs.
15571557
receivers:
15581558
otlp:
15591559
protocols:
1560-
http:
1560+
http: {}
15611561
15621562
exporters:
15631563
otlp:
@@ -1689,7 +1689,7 @@ The Jaeger Remote Sampling Extension enables serving sampling strategies after J
16891689
receivers:
16901690
otlp:
16911691
protocols:
1692-
http:
1692+
http: {}
16931693
16941694
exporters:
16951695
otlp:
@@ -1774,7 +1774,7 @@ The Performance Profiler Extension enables the Go `net/http/pprof` endpoint. Dev
17741774
receivers:
17751775
otlp:
17761776
protocols:
1777-
http:
1777+
http: {}
17781778
17791779
exporters:
17801780
otlp:
@@ -1818,7 +1818,7 @@ The Health Check Extension provides an HTTP URL for checking the status of the O
18181818
receivers:
18191819
otlp:
18201820
protocols:
1821-
http:
1821+
http: {}
18221822
18231823
exporters:
18241824
otlp:
@@ -1857,7 +1857,7 @@ The Memory Ballast Extension enables applications to configure memory ballast fo
18571857
receivers:
18581858
otlp:
18591859
protocols:
1860-
http:
1860+
http: {}
18611861
18621862
exporters:
18631863
otlp:
@@ -1893,7 +1893,7 @@ zPages are useful for in-process diagnostics without having to depend on a back
18931893
receivers:
18941894
otlp:
18951895
protocols:
1896-
http:
1896+
http: {}
18971897
exporters:
18981898
otlp:
18991899

modules/otel-collector-config-options.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ spec:
3737
receivers:
3838
otlp:
3939
protocols:
40-
grpc:
41-
http:
42-
processors:
40+
grpc: {}
41+
http: {}
42+
processors: {}
4343
exporters:
4444
otlp:
4545
endpoint: jaeger-production-collector-headless.tracing-system.svc:4317

modules/otel-config-target-allocator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
scrape_configs: []
3939
processors:
4040
exporters:
41-
debug:
41+
debug: {}
4242
service:
4343
pipelines:
4444
metrics:

modules/otel-install-cli.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,19 @@ spec:
131131
http:
132132
jaeger:
133133
protocols:
134-
grpc:
135-
thrift_binary:
136-
thrift_compact:
137-
thrift_http:
134+
grpc: {}
135+
thrift_binary: {}
136+
thrift_compact: {}
137+
thrift_http: {}
138138
zipkin:
139139
processors:
140-
batch:
140+
batch: {}
141141
memory_limiter:
142142
check_interval: 1s
143143
limit_percentage: 50
144144
spike_limit_percentage: 30
145145
exporters:
146-
debug:
146+
debug: {}
147147
service:
148148
pipelines:
149149
traces:

modules/otel-install-web-console.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ spec:
6161
http:
6262
jaeger:
6363
protocols:
64-
grpc:
65-
thrift_binary:
66-
thrift_compact:
67-
thrift_http:
68-
zipkin:
64+
grpc: {}
65+
thrift_binary: {}
66+
thrift_compact: {}
67+
thrift_http: {}
68+
zipkin: {}
6969
processors:
70-
batch:
70+
batch: {}
7171
memory_limiter:
7272
check_interval: 1s
7373
limit_percentage: 50
7474
spike_limit_percentage: 30
7575
exporters:
76-
debug:
76+
debug: {}
7777
service:
7878
pipelines:
7979
traces:

modules/otel-migrating-from-jaeger-with-sidecars.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ spec:
3030
receivers:
3131
jaeger:
3232
protocols:
33-
grpc:
34-
thrift_binary:
35-
thrift_compact:
36-
thrift_http:
33+
grpc: {}
34+
thrift_binary: {}
35+
thrift_compact: {}
36+
thrift_http: {}
3737
processors:
38-
batch:
38+
batch: {}
3939
memory_limiter:
4040
check_interval: 1s
4141
limit_percentage: 50

modules/otel-migrating-from-jaeger-without-sidecars.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ spec:
9595
receivers:
9696
jaeger:
9797
protocols:
98-
grpc:
99-
thrift_binary:
100-
thrift_compact:
101-
thrift_http:
98+
grpc: {}
99+
thrift_binary: {}
100+
thrift_compact: {}
101+
thrift_http: {}
102102
processors:
103-
batch:
103+
batch: {}
104104
k8sattributes:
105105
memory_limiter:
106106
check_interval: 1s

modules/otel-send-traces-and-metrics-to-otel-collector-with-sidecar.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ spec:
8989
receivers:
9090
otlp:
9191
protocols:
92-
grpc:
93-
http:
92+
grpc: {}
93+
http: {}
9494
processors:
95-
batch:
95+
batch: {}
9696
memory_limiter:
9797
check_interval: 1s
9898
limit_percentage: 50

modules/otel-send-traces-and-metrics-to-otel-collector-without-sidecar.adoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,19 @@ spec:
8686
receivers:
8787
jaeger:
8888
protocols:
89-
grpc:
90-
thrift_binary:
91-
thrift_compact:
92-
thrift_http:
89+
grpc: {}
90+
thrift_binary: {}
91+
thrift_compact: {}
92+
thrift_http: {}
9393
opencensus:
9494
otlp:
9595
protocols:
96-
grpc:
97-
http:
98-
zipkin:
96+
grpc: {}
97+
http: {}
98+
zipkin: {}
9999
processors:
100-
batch:
101-
k8sattributes:
100+
batch: {}
101+
k8sattributes: {}
102102
memory_limiter:
103103
check_interval: 1s
104104
limit_percentage: 50

observability/otel/otel-config-multicluster.adoc

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -171,19 +171,19 @@ spec:
171171
receivers:
172172
jaeger:
173173
protocols:
174-
grpc:
175-
thrift_binary:
176-
thrift_compact:
177-
thrift_http:
174+
grpc: {}
175+
thrift_binary: {}
176+
thrift_compact: {}
177+
thrift_http: {}
178178
opencensus:
179179
otlp:
180180
protocols:
181-
grpc:
182-
http:
183-
zipkin:
181+
grpc: {}
182+
http: {}
183+
zipkin: {}
184184
processors:
185-
batch:
186-
k8sattributes:
185+
batch: {}
186+
k8sattributes: {}
187187
memory_limiter:
188188
check_interval: 1s
189189
limit_percentage: 50
@@ -240,7 +240,7 @@ spec:
240240
key_file: /certs/server.key
241241
client_ca_file: /certs/ca.crt
242242
exporters:
243-
logging:
243+
logging: {}
244244
otlp:
245245
endpoint: "tempo-<simplest>-distributor:4317" # <2>
246246
tls:

0 commit comments

Comments
 (0)