digma-intellij-plugin
digma-intellij-plugin copied to clipboard
Add criticality field to the SET_SPANS_DATA for Jaeger UI
action: SET_SPANS_DATA
payload: {
[spanId]: {
"hasCodeLocation": boolean,
"insights": {
"type": string,
"importance": number,
"criticality": number
}[],
}
}