@@ -38,7 +38,9 @@ receivers:
38
38
otlp :
39
39
protocols :
40
40
grpc :
41
+ endpoint : 0.0.0.0:4317
41
42
http :
43
+ endpoint : 0.0.0.0:55681
42
44
43
45
# ############################################################################
44
46
# Traces
@@ -53,9 +55,13 @@ receivers:
53
55
jaeger :
54
56
protocols :
55
57
grpc :
58
+ endpoint : 0.0.0.0:14250
56
59
thrift_binary :
60
+ endpoint : 0.0.0.0:6832
57
61
thrift_compact :
62
+ endpoint : 0.0.0.0:6831
58
63
thrift_http :
64
+ endpoint : 0.0.0.0:14268
59
65
60
66
# Enables the kafka receiver with default settings
61
67
# - brokers = localhost:9092
@@ -68,6 +74,7 @@ receivers:
68
74
# - grpc (default endpoint = 0.0.0.0:7276)
69
75
# Full configuration here: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/sapmreceiver
70
76
sapm :
77
+ endpoint : 0.0.0.0:7276
71
78
# access_token_passthrough: true
72
79
73
80
# Enables the Smart Agent's SignalFx Forwarder with default settings
@@ -80,6 +87,7 @@ receivers:
80
87
# - grpc (default endpoint = 0.0.0.0:9411)
81
88
# Full configuration here: https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/zipkinreceiver
82
89
zipkin :
90
+ endpoint : 0.0.0.0:9411
83
91
84
92
# ############################################################################
85
93
# Metrics
@@ -141,6 +149,7 @@ receivers:
141
149
# - grpc (default endpoint = 0.0.0.0:9943)
142
150
# Full configuration here: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/signalfxreceiver
143
151
signalfx :
152
+ endpoint : 0.0.0.0:9943
144
153
# access_token_passthrough: true
145
154
146
155
# ############################################################################
@@ -489,13 +498,14 @@ extensions:
489
498
# Enables the health check extension
490
499
# Full configuration here: https://github.com/open-telemetry/opentelemetry-collector/tree/main/extension/healthcheckextension
491
500
health_check :
501
+ endpoint : 0.0.0.0:13133
492
502
493
503
# Enables the http forwarder extension
494
504
# Full configuration here: https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/httpforwarder
495
505
# TODO: Add realm
496
506
http_forwarder :
497
- # ingress:
498
- # endpoint: 0.0.0.0:6060
507
+ ingress :
508
+ endpoint : 0.0.0.0:6060
499
509
egress :
500
510
endpoint : " https://api.${SPLUNK_REALM}.signalfx.com"
501
511
0 commit comments