Current status:
AllAndroidSpans
| where PipelineInfo_IngestionTime between (ago(7d) .. now())
| where error_type == "ClientException"
| where error_code == "null_pointer_error"
| where broker_version in ("13.7.0", "13.8.0")
| summarize count() by span_name, error_message, exception_cause_error_code, exception_cause_error_location, brokerversion
| top 10 by count
Current status: AllAndroidSpans | where PipelineInfo_IngestionTime between (ago(7d) .. now()) | where error_type == "ClientException" | where error_code == "null_pointer_error" | where broker_version in ("13.7.0", "13.8.0") | summarize count() by span_name, error_message, exception_cause_error_code, exception_cause_error_location, brokerversion | top 10 by count
With his change: