You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by gj...@apache.org on 2021/11/15 17:14:24 UTC

[phoenix] branch master updated (4abe296 -> 191a783)

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

gjacoby pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git.


    from 4abe296  PHOENIX-6586 Set NORMALIZATION_ENABLED to false on salted tables
     add 191a783  PHOENIX-6589 - Add metrics for schema registry export (#1348)

No new revisions were added by this update.

Summary of changes:
 .../apache/phoenix/monitoring/IndexMetricsIT.java  |   6 +-
 .../phoenix/monitoring/MetadataMetricsIT.java      |  84 +++++++++++++++++
 .../phoenix/coprocessor/MetaDataEndpointImpl.java  |  15 ++++
 .../index/metrics/MetricsIndexerSourceFactory.java |   2 +-
 .../schema/metrics/MetricsMetadataSource.java      | 100 +++++++++++++++++++++
 .../metrics/MetricsMetadataSourceFactory.java}     |  28 +++---
 .../schema/metrics/MetricsMetadataSourceImpl.java  |  97 ++++++++++++++++++++
 7 files changed, 316 insertions(+), 16 deletions(-)
 create mode 100644 phoenix-core/src/it/java/org/apache/phoenix/monitoring/MetadataMetricsIT.java
 create mode 100644 phoenix-core/src/main/java/org/apache/phoenix/schema/metrics/MetricsMetadataSource.java
 copy phoenix-core/src/{test/java/org/apache/phoenix/TestJVMExit.java => main/java/org/apache/phoenix/schema/metrics/MetricsMetadataSourceFactory.java} (52%)
 create mode 100644 phoenix-core/src/main/java/org/apache/phoenix/schema/metrics/MetricsMetadataSourceImpl.java