google / nel-collector

Network Error Logging (NEL) collector
https://wicg.github.io/network-error-logging/
Apache License 2.0
38 stars 17 forks source link

Use file to configure processing pipeline #19

Closed dcreager closed 6 years ago

dcreager commented 6 years ago

We have a nice pipeline abstraction for defining at runtime how to process all of the NEL reports that are uploaded to the collector. Right now, you have to manually instantiate the particular processors you want to use via Go code. We want this to be configurable via a config file, so that we can have a single binary that works regardless of how you want to process and publish the reports.

dcreager commented 6 years ago

21 adds TOML config file

dcreager commented 6 years ago

Closed by #21