diff --git a/configs/nr-otel-collector-gateway.yaml b/configs/nr-otel-collector-gateway.yaml index 4a0ee29..9ae6b0e 100644 --- a/configs/nr-otel-collector-gateway.yaml +++ b/configs/nr-otel-collector-gateway.yaml @@ -13,6 +13,8 @@ receivers: otlp: protocols: grpc: + # To limit exposure to denial of service attacks, change the host in endpoints below from 0.0.0.0 to a specific network interface. + # See https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/security-best-practices.md#safeguards-against-denial-of-service-attacks endpoint: 0.0.0.0:4317 http: endpoint: 0.0.0.0:4318