This commit is contained in:
2020-05-31 20:26:24 +00:00
parent db0ed19e63
commit 7666b634fc

View File

@@ -48,6 +48,7 @@ todo: OPS view metrics
PROFILE VIEWING ROUTES
http://localhost:7575/profiler/results-index
http://localhost:7575/profiler/results-list
http://localhost:7575/profiler/results
todo: Profiling
@@ -56,6 +57,8 @@ todo: Profiling
Metrics view:
find a way to get the raw data so it can be fed back to the metrics route and limited to what I want to allow to show
maybe store just the critical or slowest routes with some db info into the database on schedule from the in memory cache?
https://github.com/MiniProfiler/dotnet/tree/master/src/MiniProfiler.Shared/ui
Full profiling view:
but find a way to allow / enable the full suite of profile as it is for just technical support purposes, i.e. a hidden switch or something?
some kind of limitation to the route so not anyone can just open it (source IP or domain?, i.e. tech support)