mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Add New Relic monitoring package to Notifications project (#1643)
This commit is contained in:
parent
e744ffe499
commit
7da15af92f
@ -7,6 +7,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.Protocols.MessagePack" Version="5.0.9" />
|
||||
<PackageReference Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="5.0.9" />
|
||||
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
6
src/Notifications/newrelic.config
Normal file
6
src/Notifications/newrelic.config
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<configuration xmlns="urn:newrelic-config">
|
||||
<application></application>
|
||||
<service licenseKey="SECRET"></service>
|
||||
<log directory="/home/LogFiles/NewRelic" level="info"></log>
|
||||
</configuration>
|
Loading…
Reference in New Issue
Block a user