Skip to content

Releases: aliyun/aliyun-log-jaeger

v0.3.4

08 Dec 02:26
Compare
Choose a tag to compare

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

v0.3.3

22 Nov 15:02
Compare
Choose a tag to compare
fix bug

v0.3.0

23 Aug 01:56
Compare
Choose a tag to compare

Support generating the specific tag for span according to specific rules.

The rule file can be passed by --aliyun-log.tag-appender-rules flag ,Here is the format of rule file

{
// this example shows that db.system tag will be set  and the tag value will be set elasticsearch when the span name prefix is elastic-POST
	"OperationWithPrefix": {
    	"elastic-POST": {
            "db.system": "elasticsearch"
        }
    },
// this example shows that db.system tag will be set  and the tag value will be set database when the span contains the db.instance tag
	"Tags": {
		"db.instance": {
        	"db.system": "database"
        },
	}
}

Release 0.2.4

10 Dec 15:52
Compare
Choose a tag to compare
add flag init-resource-flag

Release 0.2.3

03 Dec 14:48
Compare
Choose a tag to compare
update release

Release 0.2.2

26 Nov 10:01
704fb3a
Compare
Choose a tag to compare
Update version.go

Release 0.2.1

14 Oct 09:12
Compare
Choose a tag to compare
modify services

Release 0.2.0

20 Sep 04:31
fa95723
Compare
Choose a tag to compare
Merge pull request #15 from xuxiaoahang2018/master

replace putlog with producer sendLoglist interface

Release 0.1.9

04 Dec 11:24
Compare
Choose a tag to compare

Bugfix

  • Fix issue about cannot retrieve trace which traceID start with zero.

Release 0.0.3

09 Aug 09:56
Compare
Choose a tag to compare

Enhancement

  • support store array type fields reference, logs, warnings in aliyun log.