Releases: aliyun/aliyun-log-jaeger
Releases · aliyun/aliyun-log-jaeger
v0.3.4
v0.3.3
fix bug
v0.3.0
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
add flag init-resource-flag
Release 0.2.3
update release
Release 0.2.2
Update version.go
Release 0.2.1
modify services
Release 0.2.0
Merge pull request #15 from xuxiaoahang2018/master replace putlog with producer sendLoglist interface
Release 0.1.9
Bugfix
- Fix issue about cannot retrieve trace which traceID start with zero.
Release 0.0.3
Enhancement
- support store array type fields
reference
,logs
,warnings
in aliyun log.