Support to rewriting span kind according to specific rules.
The rule file can be passed by --aliyun-log.kind-rewrite-rules
flag, Here is the format of the rule file
{
"OperationWithPrefix": {
"elastic-POST": "client"
},
"Tags": {
"db.instance": "client",
}
}