Skip to content

Triage Service exceptions: summarizeService.summarize is not a function (/harvest) #36

Description

@grvillic
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 "summarizeService.summarize is not a function" 

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

Estimate

None yet

Start date

None yet

TargetDate

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions