serilog-sinks-grafana-loki
serilog-sinks-grafana-loki copied to clipboard
A Serilog sink sending log events to Grafana Loki
### Which version of Serilog.Sinks.Grafana.Loki are you using? v8.0.0-beta.0 ### Which version of .NET are you using? net6.0 ### Describe the bug New feature, that adds a `level` as a...
### Which version of Serilog.Sinks.Grafana.Loki are you using? v8.0.1 ### Which version of .NET are you using? net6.0 ### Describe the bug According to XML-doc, default value for `period` is...
Now default value of `queueLimit` is infinity, which means if Loki would be unavailable, events in the memory will be appended until app will run our of memory (if Loki...
### Discussed in https://github.com/serilog-contrib/serilog-sinks-grafana-loki/discussions/137 Originally posted by **Depechie** October 7, 2022 Was wondering if we are doing something wrong, or misjudging the features? Currently we use Serilog to format our...
It appears this library doesn't actually support structured logging, instead it formats log lines into nested JSON message and then relies on json parser within loki to allow filtering. As...
### Which version of Serilog.Sinks.Grafana.Loki are you using? v8.2.0 ### Which version of .NET are you using? net6.0 ### Describe the bug Handling of `Serilog.Events.LogEvent` in `LokiBatchFormatter` is not thread-safe....
Bumps [MinVer](https://github.com/adamralph/minver) from 4.3.0 to 5.0.0. Changelog Sourced from MinVer's changelog. 5.0.0 Enhancements #861: Bump NuGet.Versioning from 6.4.0 to 6.5.0 #866: [BREAKING] Do not include MinVerBuildMetadata in PackageVersion #879: Bump...
The Serilog's release [v3.1.0](https://github.com/serilog/serilog/releases/tag/v3.1.0) brings us the new breaking change: > This release adds two new first-class properties to LogEvent: TraceId and SpanId. These are set automatically in Logger.Write() to...
### Which version of Serilog.Sinks.Grafana.Loki are you using? v8.2.0-beta.1 ### Which version of .NET are you using? 4.8 ### Describe the bug the new tenant property is not allowing some...
### Which version of Serilog.Sinks.Grafana.Loki are you using? v8.1.0 ### Which version of .NET are you using? net6.0 ### Describe the bug Using the latest version of Grafana Agent 0.34.3...