clearlydefined / operations

Operational documentation and tools
2 stars 10 forks source link

Triage Service exceptions: Invalid regular expression (/curations) #34

Open grvillic opened 4 years ago

grvillic commented 4 years ago

This appears to be happening only for Debian packages.

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 "Invalid regular expression"
jcfiorenzano commented 4 years ago

Created issue in the service repository https://github.com/clearlydefined/service/issues/723