Updated Belgrade Product catalog Demo in new folder

This commit is contained in:
Jovan Popovic
2017-02-04 23:32:20 +01:00
parent 4cf3ec477f
commit 83e06d382d
20 changed files with 0 additions and 18 deletions
@@ -1,13 +0,0 @@
SELECT * FROM Logs
SELECT JSON_VALUE(LogEvent, '$.Properties.RequestPath') as Url, *
FROM Logs
WHERE Level = 'Error'
SELECT
JSON_VALUE(LogEvent, '$.Properties.RequestPath') as Url,
AVG( CAST(JSON_VALUE(LogEvent, '$.Properties.ElapsedMilliseconds') as float) ) as milliseconds
FROM Logs
WHERE JSON_VALUE(LogEvent, '$.Properties.RequestPath') IS NOT NULL
--AND Timestamp BETWEEN '2017-01-09' AND '2017-01-10'
GROUP BY JSON_VALUE(LogEvent, '$.Properties.RequestPath')
@@ -1,5 +0,0 @@
<configuration>
<runtime>
<gcServer enabled="true"/>
</runtime>
</configuration>