You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vj...@apache.org on 2023/07/28 04:54:50 UTC

[phoenix] branch PHOENIX-6883-feature updated (b9a4943096 -> e701275cf3)

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

vjasani pushed a change to branch PHOENIX-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git


    from b9a4943096 Merge branch 'master' into PHOENIX-6883-feature
     add 4883080c7b PHOENIX-6989 Expose server side metrics for DDL operations (#1638)
     new e701275cf3 Merge branch 'master' into PHOENIX-6883-feature

The 1 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:
 .../phoenix/monitoring/MetadataMetricsIT.java      | 108 +++++++++++++++++++++
 .../phoenix/coprocessor/MetaDataEndpointImpl.java  |  63 ++++++++++--
 .../schema/metrics/MetricsMetadataSource.java      |  98 +++++++++++++++++++
 .../schema/metrics/MetricsMetadataSourceImpl.java  |  89 +++++++++++++++++
 4 files changed, 352 insertions(+), 6 deletions(-)


[phoenix] 01/01: Merge branch 'master' into PHOENIX-6883-feature

Posted by vj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vjasani pushed a commit to branch PHOENIX-6883-feature
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit e701275cf3db1b05bee20910a429a93df777fb85
Merge: b9a4943096 4883080c7b
Author: Viraj Jasani <vj...@apache.org>
AuthorDate: Thu Jul 27 21:54:38 2023 -0700

    Merge branch 'master' into PHOENIX-6883-feature

 .../phoenix/monitoring/MetadataMetricsIT.java      | 108 +++++++++++++++++++++
 .../phoenix/coprocessor/MetaDataEndpointImpl.java  |  63 ++++++++++--
 .../schema/metrics/MetricsMetadataSource.java      |  98 +++++++++++++++++++
 .../schema/metrics/MetricsMetadataSourceImpl.java  |  89 +++++++++++++++++
 4 files changed, 352 insertions(+), 6 deletions(-)