Last active
March 3, 2022 15:13
-
-
Save llaughlin/0d849ae3969a0ccebe56f7781eeddd03 to your computer and use it in GitHub Desktop.
Seq Signals
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Title": "Dotnet", | |
"Description": "Common dotnet properties", | |
"Filters": [], | |
"Columns": [ | |
{ | |
"Expression": "Source" | |
}, | |
{ | |
"Expression": "RequestPath" | |
}, | |
{ | |
"Expression": "StatusCode" | |
}, | |
{ | |
"Expression": "TestClass" | |
}, | |
{ | |
"Expression": "TestName" | |
}, | |
{ | |
"Expression": "SourceContext" | |
}, | |
{ | |
"Expression": "ElapsedMilliseconds" | |
} | |
], | |
"IsProtected": false, | |
"Grouping": "Inferred", | |
"ExplicitGroupName": "Columns" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment