On Wed, Mar 04, 2020 at 01:23:28AM +0100, Eric Elena wrote: > Hello list, > > Please find attached a new port, sysutils/loki. It is a log aggregation > system inspired by prometheus. > It requires grafana >= v6.0. Since the version in the ports tree is based on > v5.4.3, I have attached a diff to update the port to v6.2.2 (Kevin Chadwick > submitted not so long ago a diff for v6.2.1, I had something similar on my > disk). > If you want to test it, I included a simple pipeline for httpd for the common > and combined styles, and likely the forwarded style as long as there is only > a single IP address in the http_x_forwarded_for header. The pipeline should > work with nginx default logs as well.
Fwiw, the port itself looks good here, it builds fine without going through hoops and loops as it's usual with go ports that dont ship a vendor subdir. The rc scripts are similar to the grafana one, and i suppose you're running this in production ? If time permits i'll try to do some runtime testing with grafana, but other than that if someone wants to import it this has my okay. Landry