You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ha...@apache.org on 2019/04/19 09:49:37 UTC

[incubator-skywalking] branch envoy-access-log updated (8bf82cf -> 4f8ccb7)

This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a change to branch envoy-access-log
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from 8bf82cf  Merge remote-tracking branch 'origin/envoy-access-log' into envoy-access-log
     new 0b2e355  extend Metadata limit (#2492)
     new 9c9bae8  add Companies used, hunliji.com (#2494)
     new 4f8ccb7  Merge branch 'master' into envoy-access-log

The 4740 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docker/config/application.yml                      |  9 ++--
 docs/powered-by.md                                 |  4 +-
 .../src/main/assembly/application.yml              | 19 ++++----
 .../src/main/resources/application.yml             |  3 ++
 .../StorageModuleElasticsearchConfig.java          |  9 ++++
 .../StorageModuleElasticsearchProvider.java        | 54 +++++++++++++++++----
 .../elasticsearch/query/MetadataQueryEsDAO.java    | 54 ++++++++++++++-------
 .../storage-jdbc-hikaricp-plugin/pom.xml           |  2 +-
 .../storage/plugin/jdbc/h2/H2StorageConfig.java    |  1 +
 .../storage/plugin/jdbc/h2/H2StorageProvider.java  | 51 +++++++++++++++++---
 .../plugin/jdbc/h2/dao/H2MetadataQueryDAO.java     | 56 ++++++++++++++--------
 .../plugin/jdbc/mysql/MySQLStorageProvider.java    | 49 +++++++++++++++----
 12 files changed, 237 insertions(+), 74 deletions(-)