egg-jaeger
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -28,2 +28,3 @@ 'use strict'; | ||
this.coreLogger.debug('[egg-jaeger] startSpan %s', name); | ||
tags['app.version'] = this.loader.pkg.version; | ||
tags['worker.id'] = WORKER_ID; | ||
@@ -30,0 +31,0 @@ tags['process.id'] = process.pid; |
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="1.0.7"></a> | ||
## [1.0.7](https://github.com/sqlwwx/egg-jaeger/compare/v1.0.6...v1.0.7) (2018-12-18) | ||
### Features | ||
* default tags app.version ([abb71e4](https://github.com/sqlwwx/egg-jaeger/commit/abb71e4)) | ||
<a name="1.0.6"></a> | ||
@@ -7,0 +17,0 @@ ## [1.0.6](https://github.com/sqlwwx/egg-jaeger/compare/v1.0.5...v1.0.6) (2018-12-08) |
{ | ||
"name": "egg-jaeger", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "jaeger egg plugin", | ||
@@ -5,0 +5,0 @@ "eggPlugin": { |
11958
162