CVSROOT:        /cvs
Module name:    ports
Changes by:     [email protected]   2020/03/07 03:12:55

Log message:
    import ports/sysutils/loki, from Eric Elena, ok landry@
    
    Loki is a log aggregation system inspired by Prometheus. It does not index 
the
    contents of the logs, but rather a set of labels for each log stream.
    
    Compared to other log aggregation systems, Loki:
    - does not do full text indexing on logs
    - indexes and groups log streams using the same labels as Prometheus, 
allowing
    to seamlessly switch between metrics and logs using the same labels
    - has native support in Grafana
    
    A Loki-based logging stack consists of 3 components:
    - promtail is the agent, responsible for gathering logs and sending them to 
Loki
    - loki is the main server, responsible for storing logs and processing 
queries
    - Grafana for querying and displaying the logs
    
    Additionally 2 other components are provided:
    - logcli to run LoqQL queries against a Loki server
    - loki-canary to audit the log capturing performance of Loki
    
    Status:
    
    Vendor Tag: sthen
    Release Tags:       sthen_20200307
    
    N ports/sysutils/loki/distinfo
    N ports/sysutils/loki/Makefile
    N ports/sysutils/loki/patches/patch-cmd_loki_loki-local-config_yaml
    N ports/sysutils/loki/patches/patch-cmd_promtail_promtail-local-config_yaml
    N ports/sysutils/loki/pkg/DESCR
    N ports/sysutils/loki/pkg/loki.rc
    N ports/sysutils/loki/pkg/PLIST
    N ports/sysutils/loki/pkg/promtail.rc
    
    No conflicts created by this import

Reply via email to