I might have misinterpreted your actual question. If so, you might need to clarify a bit , but from what I gathered so far:
The statsd output option requires some configuration to get the data from k6 to the statsd service.
If the service is deployed on the same machine, exposing an UDP endpoint on port 8125, you should be good as is, otherwise you’ll have to configure it using environment variables. See our docs for statsd for additional details.