Exposed ports and endpoints 🔗
By default, the Collector exposes several endpoints. The components providing these endpoints attempt to listen on loopback (localhost) or all interfaces (0.0.0.0), as detailed in this document.
The endpoints exposed depend on which mode the Collector is configured in. You can deactivate components, especially receivers, if they are not required for an environment.
Check ports to make sure your environment doesn’t have conflicts and that firewalls are configured properly. Ports can be changed in the YAML configuration file.
See the table for a complete list of exposed ports and endpoints:
<protocol>:<address>:<port>/<endpoint> |
Description |
---|---|
|
Health check extension useful for collector status reporting |
|
The Jaeger receiver supporting Thrift and gRPC protocols |
|
zPages extension for component diagnostics |
|
OTLP receiver using gRPC and http |
|
HTTP forwarder used to receive Smart Agent |
|
SAPM trace receiver |
|
|
|
Fluent forward receiver |
|
Smart Agent receiver with the SignalFx Forwarder (deprecated) |
|
Zipkin receiver supporting V1 and V2 |
|
SignalFx receiver supporting metrics and logs, including trace correlation data |
For more information, see the agent and gateway configuration files.