You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144394: jsonpath: optimize string lookups with arrays instead of maps r=normanchenn a=normanchenn
This commit replaces MethodTypeStrings and OperationTypeStrings maps with arrays since the number of keys are small. The String() methods both now include bounds checking to handle invalid indices.
Epic: None
Release note: None
144517: sqlstatsutil: add sqlType to statement stats json fields r=kyle-a-wong a=kyle-a-wong
The jsonFields receiver on innerStmtStats didn't include the sqlType field, so the sql activity apis always returned an empty string for this field. This field is expected in db console and used to filter sql activity fingerprints by sql type.
Now, this field is properly set and can be used to filter fingerprints in sql activity
Fixes: CC-31238
Epic: CC-30965
Release note (bug fix): Fixes a bug in the sql activity page where filtering on "Statement Type" resulted in 0 results returned. This filter should now work.
Co-authored-by: Norman Chen <[email protected]>
Co-authored-by: Kyle Wong <[email protected]>
0 commit comments