# Functions
NewConsumer returns a Consumer polling the supplied tailer for new access log lines and exporting counts / stats to the supplied manager at the specified period.
# Constants
CLF contains a time.Parse reference timestamp for strftime "%d/%b/%Y:%H:%M:%S %z" used in CLF.
ISO8601 contains a time.Parse reference timestamp for ISO 8601.
ResponseCountDetailedMetricName is the name of the metric reporting total number of response counts for the configured "detail" paths.
ResponseCountMetricName is the name of the metric reporting total number of response counts.
ResponseDurationMetricName is the name of the metric reporting the distribution of response durations (i.e., processing latency).
ResponseSizeMetricName is the name of the metric reporting the distribution of response sizes.