TelemetryMetricsStatsd.child_spec

You're seeing just the function child_spec, go back to TelemetryMetricsStatsd module for more information.

Specs

child_spec(options()) :: Supervisor.child_spec()

Reporter's child spec.

This function allows you to start the reporter under a supervisor like this:

children = [
  {TelemetryMetricsStatsd, options}
]

See start_link/1 for a list of available options.