Skip to content

v0.3.4

Latest
Compare
Choose a tag to compare
@qiansheng91 qiansheng91 released this 08 Dec 02:26
· 3 commits to master since this release

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",
	}
}