createTracerSink function
Creates the appropriate TracerSink depending on the environment and filesystem type.
Implementation
TracerSink createTracerSink(FileSystem fs, String path, int baseEpochUs) {
return FileSystemSink(fs, path, baseEpochUs);
}