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

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


    from 5e52b28  SAMZA-2479: Add configurable default for min compaction lag 
ms (#1305)
     add 7e87d21  Add record key value size histogram metric
     add 6478824  coding done
     add 76d216e  delete unused function
     add f782bc8  modify
     add a8ccc05  modify
     add aad2ccf  modify
     add 36ced5e  reset
     add eff3df4  modify
     add f112848  Add license
     add 9870dd2  check style
     add ea54f98  Merge branch 'master' into new_kv_metric
     add b7dbe5e  modify
     add fd79504  license shift left
     add 16899e3  check style
     add 6d5f3a1  modify
     add bf8b7d2  Use RocksDbKeyValueStore instead of InMemoryKeyValueStore
     add 1596e40  style check
     add fa50c72  update docs
     add 5c02b92  modify
     add d047b89  track the maximum key sizes
     add 3364c91  remove lines
     add b97c130  Add java doc in MetricGroup
     add f113a03  modify java doc
     new 170be04  Samza-2478: Add new metrics to track key and value size of 
records written to RocksDb (#1301)

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:
 .../versioned/container/metrics-table.html         |  17 +++
 .../java/org/apache/samza/metrics/MetricGroup.java |  13 ++
 .../org/apache/samza/metrics/MetricsHelper.scala   |   4 +-
 .../samza/storage/kv/SerializedKeyValueStore.scala |  22 ++-
 .../kv/SerializedKeyValueStoreMetrics.scala        |  25 +++-
 .../kv/TestKeyValueSizeHistogramMetric.java        | 151 +++++++++++++++++++++
 6 files changed, 223 insertions(+), 9 deletions(-)
 create mode 100644 
samza-test/src/test/java/org/apache/samza/storage/kv/TestKeyValueSizeHistogramMetric.java

Reply via email to