The Move message servers JSON operation handlers (ExecuteJSON and potentially ScriptJSON) are using incorrect telemetry labels that conflict with their non-JSON counterparts. This makes it impossible to distinguish between JSON and non-JSON operations in telemetry metrics which is bad for debugging.
https://github.com/initia-labs/initia/blob/10ff76b8394c901e3f5d41350aa9822244c1030b/x/move/keeper/msg_server.go#L101
Update the telemetry labels in JSON operation handlers to use distinct labels:
