awsxrayreceiver.json•583 B
{
"fields": [
{
"name": "ProxyServer",
"type": "*proxy.Config",
"description": "The `NetAddr` represents the UDP address and port on which this receiver listens for X-Ray segment documents emitted by the X-Ray SDK. ProxyServer defines configurations related to the local TCP proxy server.",
"required": true,
"mapstructureTag": "proxy_server"
}
],
"imports": [
"go.opentelemetry.io/collector/config/confignet",
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/proxy"
],
"packageName": "awsxrayreceiver"
}