clearlydefined / clearlydefined/operations
Triage Service exceptions: sourceLocation/url should match format "uri" (/definitions)
Open
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
```
requests
| where resultCode == 500
| join (
exceptions
) on operation_Id
| extend pathPrefix = extract("/(\\w+)", 0, tostring(operation_Name))
| summarize count() by outerMessage, pathPrefix
| order by count_ desc
| where outerMessage contains "sourceLocation/url"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.