Skip to content

Commit 8553906

Browse files
authored
Added NLog.Targets.InfluxDB (#245)
1 parent 0b4f871 commit 8553906

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

config/targets.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,14 @@
518518
"external": true,
519519
"category": "Integrations"
520520
},
521+
{
522+
"name": "InfluxDB",
523+
"page": "https://github.com/tomcheney/nlog-influx-target",
524+
"package": "NLog.Targets.InfluxDB",
525+
"description": "Writes NLog messages to InfluxDB v2",
526+
"external": true,
527+
"category": "Databases"
528+
},
521529
{
522530
"name": "NLog.Gelf",
523531
"page": "https://github.com/mantasaudickas/NLog.Gelf",
@@ -657,9 +665,9 @@
657665
"name": "RavenDB",
658666
"page": "https://github.com/kentcooper/NLog.Raven",
659667
"package": "NLog.Raven",
660-
"description": "Writes NLog messages to https://ravendb.net",
668+
"description": "Writes NLog messages to RavenDB",
661669
"external": true,
662-
"category": "Integrations (Cloud)"
670+
"category": "Databases"
663671
},
664672
{
665673
"name": "Sentry (Unified SDK)",

0 commit comments

Comments
 (0)