mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 14:27:54 +00:00
Add basic InfluxDB reporter
This commit is contained in:
parent
2d58705e85
commit
02b41413b3
7 changed files with 125 additions and 6 deletions
|
|
@ -4,5 +4,7 @@ namespace PluralKit
|
|||
{
|
||||
public string Database { get; set; }
|
||||
public string SentryUrl { get; set; }
|
||||
public string InfluxUrl { get; set; }
|
||||
public string InfluxDb { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue