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

wusheng pushed a change to branch h2-storage
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git.


    from ede90e3  Merge commit 'fbc4b63237c366540e37e7fe3c7d14308304785a' into 
h2-storage
     add c2b802a  Add topology query in H2.

No new revisions were added by this update.

Summary of changes:
 .../library/client/jdbc/JDBCClientException.java   |   4 +-
 .../client/jdbc/hikaricp/JDBCHikariCPClient.java   |   3 +-
 .../elasticsearch/query/TopologyQueryEsDAO.java    |   3 +-
 .../storage/plugin/jdbc/h2/H2StorageProvider.java  |   9 +-
 .../plugin/jdbc/h2/dao/H2MetricQueryDAO.java       |  59 +++++++++
 .../plugin/jdbc/h2/dao/H2TopologyQueryDAO.java     | 146 +++++++++++++++++++--
 6 files changed, 210 insertions(+), 14 deletions(-)
 create mode 100644 
oap-server/server-storage-plugin/storage-jdbc-hikaricp-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/jdbc/h2/dao/H2MetricQueryDAO.java

Reply via email to