Hi, [Here](https://github.com/aws-otel/aws-otel.github.io/blob/f1d3d614d0a1b8c2c68cac380d3f49f7c03b640c/src/docs/components/statsd-receiver.mdx?plain=1#L38), the sample config state that the default value for the endpoint is `0.0.0.0:8125`. The actual value is `127.0.0.01:8125`, as correctly stated [a few line above](https://github.com/aws-otel/aws-otel.github.io/blob/f1d3d614d0a1b8c2c68cac380d3f49f7c03b640c/src/docs/components/statsd-receiver.mdx?plain=1#L24).
Hi,
Here, the sample config state that the default value for the endpoint is
0.0.0.0:8125.The actual value is
127.0.0.01:8125, as correctly stated a few line above.