mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-11 16:20:13 +00:00
fix: don't write raw sql queries to influxdb metrics
This commit is contained in:
parent
2745ee6156
commit
12323f3662
2 changed files with 5 additions and 3 deletions
|
|
@ -87,6 +87,7 @@ internal partial class Database: IDatabase
|
|||
NpgsqlConnection.GlobalTypeMapper.MapEnum<PrivacyLevel>("privacy_level");
|
||||
}
|
||||
|
||||
// TODO: make sure every SQL query is behind a logged query method
|
||||
public async Task<IPKConnection> Obtain()
|
||||
{
|
||||
// Mark the request (for a handle, I guess) in the metrics
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue