mirror of
https://github.com/bitwarden/server.git
synced 2025-01-21 21:41:21 +01:00
enabled new relic web app monitoring for api
This commit is contained in:
parent
8c5b5eb9c6
commit
78fcad8c69
@ -20,7 +20,8 @@
|
|||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
|
||||||
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
"Microsoft.Extensions.Logging.Debug": "1.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Cors": "6.0.0-rc1-final",
|
"Microsoft.AspNet.Cors": "6.0.0-rc1-final",
|
||||||
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final"
|
"Microsoft.AspNet.Diagnostics": "1.0.0-rc1-final",
|
||||||
|
"NewRelic.Azure.WebSites": "5.13.30"
|
||||||
},
|
},
|
||||||
|
|
||||||
"commands": {
|
"commands": {
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<appSettings>
|
||||||
|
<add key="NewRelic.AppName" value="bitwarden api" />
|
||||||
|
</appSettings>
|
||||||
<system.webServer>
|
<system.webServer>
|
||||||
<handlers>
|
<handlers>
|
||||||
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified"/>
|
<add name="httpPlatformHandler" path="*" verb="*" modules="httpPlatformHandler" resourceType="Unspecified" />
|
||||||
</handlers>
|
</handlers>
|
||||||
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false" startupTimeLimit="3600"/>
|
<httpPlatform processPath="%DNX_PATH%" arguments="%DNX_ARGS%" stdoutLogEnabled="false" startupTimeLimit="3600" />
|
||||||
</system.webServer>
|
</system.webServer>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user