Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions modules/otel-collector-components.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ This extension supports traces, metrics, and logs.
receivers:
otlp:
protocols:
http:
http: {}

exporters:
otlp:
Expand Down Expand Up @@ -1689,7 +1689,7 @@ The Jaeger Remote Sampling Extension enables serving sampling strategies after J
receivers:
otlp:
protocols:
http:
http: {}

exporters:
otlp:
Expand Down Expand Up @@ -1774,7 +1774,7 @@ The Performance Profiler Extension enables the Go `net/http/pprof` endpoint. Dev
receivers:
otlp:
protocols:
http:
http: {}

exporters:
otlp:
Expand Down Expand Up @@ -1818,7 +1818,7 @@ The Health Check Extension provides an HTTP URL for checking the status of the O
receivers:
otlp:
protocols:
http:
http: {}

exporters:
otlp:
Expand Down Expand Up @@ -1857,7 +1857,7 @@ The Memory Ballast Extension enables applications to configure memory ballast fo
receivers:
otlp:
protocols:
http:
http: {}

exporters:
otlp:
Expand Down Expand Up @@ -1893,7 +1893,7 @@ zPages are useful for in-process diagnostics without having to depend on a back
receivers:
otlp:
protocols:
http:
http: {}
exporters:
otlp:

Expand Down
6 changes: 3 additions & 3 deletions modules/otel-collector-config-options.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ spec:
receivers:
otlp:
protocols:
grpc:
http:
processors:
grpc: {}
http: {}
processors: {}
exporters:
otlp:
endpoint: jaeger-production-collector-headless.tracing-system.svc:4317
Expand Down
2 changes: 1 addition & 1 deletion modules/otel-config-target-allocator.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
scrape_configs: []
processors:
exporters:
debug:
debug: {}
service:
pipelines:
metrics:
Expand Down
12 changes: 6 additions & 6 deletions modules/otel-install-cli.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -131,19 +131,19 @@ spec:
http:
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
grpc: {}
thrift_binary: {}
thrift_compact: {}
thrift_http: {}
zipkin:
processors:
batch:
batch: {}
memory_limiter:
check_interval: 1s
limit_percentage: 50
spike_limit_percentage: 30
exporters:
debug:
debug: {}
service:
pipelines:
traces:
Expand Down
14 changes: 7 additions & 7 deletions modules/otel-install-web-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@ spec:
http:
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
zipkin:
grpc: {}
thrift_binary: {}
thrift_compact: {}
thrift_http: {}
zipkin: {}
processors:
batch:
batch: {}
memory_limiter:
check_interval: 1s
limit_percentage: 50
spike_limit_percentage: 30
exporters:
debug:
debug: {}
service:
pipelines:
traces:
Expand Down
10 changes: 5 additions & 5 deletions modules/otel-migrating-from-jaeger-with-sidecars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ spec:
receivers:
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
grpc: {}
thrift_binary: {}
thrift_compact: {}
thrift_http: {}
processors:
batch:
batch: {}
memory_limiter:
check_interval: 1s
limit_percentage: 50
Expand Down
10 changes: 5 additions & 5 deletions modules/otel-migrating-from-jaeger-without-sidecars.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ spec:
receivers:
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
grpc: {}
thrift_binary: {}
thrift_compact: {}
thrift_http: {}
processors:
batch:
batch: {}
k8sattributes:
memory_limiter:
check_interval: 1s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ spec:
receivers:
otlp:
protocols:
grpc:
http:
grpc: {}
http: {}
processors:
batch:
batch: {}
memory_limiter:
check_interval: 1s
limit_percentage: 50
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,19 +86,19 @@ spec:
receivers:
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
grpc: {}
thrift_binary: {}
thrift_compact: {}
thrift_http: {}
opencensus:
otlp:
protocols:
grpc:
http:
zipkin:
grpc: {}
http: {}
zipkin: {}
processors:
batch:
k8sattributes:
batch: {}
k8sattributes: {}
memory_limiter:
check_interval: 1s
limit_percentage: 50
Expand Down
20 changes: 10 additions & 10 deletions observability/otel/otel-config-multicluster.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,19 +171,19 @@ spec:
receivers:
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
grpc: {}
thrift_binary: {}
thrift_compact: {}
thrift_http: {}
opencensus:
otlp:
protocols:
grpc:
http:
zipkin:
grpc: {}
http: {}
zipkin: {}
processors:
batch:
k8sattributes:
batch: {}
k8sattributes: {}
memory_limiter:
check_interval: 1s
limit_percentage: 50
Expand Down Expand Up @@ -240,7 +240,7 @@ spec:
key_file: /certs/server.key
client_ca_file: /certs/ca.crt
exporters:
logging:
logging: {}
otlp:
endpoint: "tempo-<simplest>-distributor:4317" # <2>
tls:
Expand Down
20 changes: 10 additions & 10 deletions observability/otel/otel-forwarding.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -79,19 +79,19 @@ spec:
receivers:
jaeger:
protocols:
grpc:
thrift_binary:
thrift_compact:
thrift_http:
opencensus:
grpc: {}
thrift_binary: {}
thrift_compact: {}
thrift_http: {}
opencensus: {}
otlp:
protocols:
grpc:
http:
zipkin:
grpc: {}
http: {}
zipkin: {}
processors:
batch:
k8sattributes:
batch: {}
k8sattributes: {}
memory_limiter:
check_interval: 1s
limit_percentage: 50
Expand Down