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

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


    from bd18cd1  [kudu-admin-test] fix 
TestUnsafeChangeConfigWithFiveReplicaConfig
     new d01145b  [java] add method to deserialize scanner token into scanner 
builder
     new b4c1775  [docs] Automatically generate a metrics reference page

The 2 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:
 docs/administration.adoc                           |   6 +-
 ...tools_reference.adoc => metrics_reference.adoc} |  13 +-
 docs/support/jekyll-templates/document.html.erb    |   1 +
 docs/support/scripts/make_docs.sh                  |  27 +++-
 docs/support/xsl/metrics_to_asciidoc.xsl           | 149 +++++++++++++++++++++
 .../java/org/apache/kudu/client/KuduScanToken.java |  23 +++-
 .../java/org/apache/kudu/client/TestScanToken.java |  31 +++++
 src/kudu/util/flags.cc                             |   8 ++
 src/kudu/util/metrics.cc                           |  29 ++++
 src/kudu/util/metrics.h                            |   4 +
 10 files changed, 272 insertions(+), 19 deletions(-)
 copy docs/{command_line_tools_reference.adoc => metrics_reference.adoc} (82%)
 create mode 100644 docs/support/xsl/metrics_to_asciidoc.xsl

Reply via email to