module Fluent module MultiBufferedOutputConstant # '-' was chosen because it's valid in URL but invalid in a SQL table name. # Thus, it can be passed as an URL parameter yet it never conflicts with # a table name. TABLE_TOTAL = "-total" end end