-
Notifications
You must be signed in to change notification settings - Fork 41
Comparison with another Loki sinks
Mykhailo Shevchuk edited this page Jul 19, 2022
·
8 revisions
This is not the only one sink for Grafana Loki.
You could find the feature comparison below.
| Feature | Serilog.Sinks.Grafana.Loki 8.0.0 | Serilog.Sinks.Loki 4.0.0 | Adeptik.Serilog.Sinks.Loki 1.0.0 | Serilog.Sinks.Loki.gRPC 1.0.15 | Serilog.Sinks.GrafanaLoki 1.1.1 |
|---|---|---|---|---|---|
| Actual Loki API | + | + | + | ||
| Contextual labels | + | + | + | + | |
| JSON configuration | + | + | + | + | |
| Mapping to Loki levels | + | + | |||
| Using System.Text.Json | + | ||||
| Explicit property to labels mapping | + | ||||
| Using gzip compression | + | ||||
| Delivering json logs | + | + | |||
| No dependencies on another sinks | + | ||||
| Using sink's internal timestamps | + | ||||
| Dropping rejected by Loki entries | + | ||||
| Properties names collision solving | + |