A Serilog sink that writes log events to the InfluxDB Instance.
Info
Version: | 1.0.0 |
Author(s): | Thomas ILLIET |
Last Update: | Wednesday, July 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Serilog.Sinks.InfluxDBv2 |
Install
Install-Package Serilog.Sinks.InfluxDBv2
dotnet add package Serilog.Sinks.InfluxDBv2
paket add Serilog.Sinks.InfluxDBv2
Serilog.Sinks.InfluxDBv2 Download (Unzip the "nupkg" after downloading)
Dependencies
- InfluxDB.Client(>= 1.9.0)
- Serilog(>= 2.9.0)
- Serilog.Sinks.PeriodicBatching(>= 2.3.0)