Merge branch 'master' into zhangxin/feature/force-enable-plugin
This commit is contained in:
commit
9efff4bc63
|
|
@ -383,7 +383,7 @@ public class Span implements AbstractSpan {
|
|||
}
|
||||
}
|
||||
if (span.tagsWithInt != null) {
|
||||
if (tagWithInt != null) {
|
||||
if (tagWithInt == null) {
|
||||
tagWithInt = new JsonObject();
|
||||
}
|
||||
for (IntTagItem item : span.tagsWithInt) {
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ services:
|
|||
es-server:
|
||||
image: elasticsearch:5.3
|
||||
command: "-Enode.name=TestNode -Enetwork.host=0.0.0.0 -Ehttp.cors.enabled=true -Ehttp.cors.allow-origin=* -Ethread_pool.bulk.queue_size=1000 -Ecluster.name=CollectorDBCluster"
|
||||
environment:
|
||||
- bootstrap.memory_lock=true
|
||||
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
|
||||
expose:
|
||||
- "9200"
|
||||
- "9300"
|
||||
|
|
|
|||
Loading…
Reference in New Issue