Make it easier for query and writer plugins to handle multiple services by ensuring that all the services in a service file use the same service_type. Without this, the csv_writer for example could easily get stats objects with different number of columns.
Make it easier for query and writer plugins to handle multiple services by ensuring that all the services in a service file use the same
service_type
. Without this, thecsv_writer
for example could easily get stats objects with different number of columns.