[accumulo-testing] branch main updated: Update OpenTelemetry JavaAgent jar version, fixup README (#211)

2022-07-22 Thread dlmarion
This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git


The following commit(s) were added to refs/heads/main by this push:
 new 135d37d  Update OpenTelemetry JavaAgent jar version, fixup README 
(#211)
135d37d is described below

commit 135d37dcfe8927054778ef4a5702f731e4fb21fd
Author: Dave Marion 
AuthorDate: Fri Jul 22 15:04:14 2022 -0400

Update OpenTelemetry JavaAgent jar version, fixup README (#211)
---
 contrib/terraform-testing-infrastructure/README.md| 4 ++--
 .../modules/config-files/templates/install_sw.sh.tftpl| 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/terraform-testing-infrastructure/README.md 
b/contrib/terraform-testing-infrastructure/README.md
index a7ea464..ac23d03 100644
--- a/contrib/terraform-testing-infrastructure/README.md
+++ b/contrib/terraform-testing-infrastructure/README.md
@@ -324,11 +324,11 @@ This Terraform configuration:
  and builds the software using Maven, then untars the binary tarball to
  `${software_root}/accumulo/accumulo-${accumulo_version}`
   5. Downloads the [OpenTelemetry](https://opentelemetry.io/) Java Agent jar 
file and copies it to
- 
`${software_root}/accumulo/accumulo-${accumulo_version}/lib/opentelemetry-javaagent-1.12.1.jar`
+ 
`${software_root}/accumulo/accumulo-${accumulo_version}/lib/opentelemetry-javaagent-1.15.0.jar`
   6. Copies the Accumulo `test` jar to 
`${software_root}/accumulo/accumulo-${accumulo_version}/lib`
  so that `org.apache.accumulo.test.metrics.TestStatsDRegistryFactory` is 
on the classpath
   7. Downloads the [Micrometer](https://micrometer.io/) StatsD Registry jar 
file and copies it to
- 
`${software_root}/accumulo/accumulo-${accumulo_version}/lib/micrometer-registry-statsd-1.8.4.jar`
+ 
`${software_root}/accumulo/accumulo-${accumulo_version}/lib/micrometer-registry-statsd-1.9.1.jar`
   8. Clones, if necessary, the Apache Accumulo Testing Git repo from 
`${accumulo_testing_repo}`
  into `${software_root}/sources/accumulo-testing-repo`. It switches to the
  `${accumulo_testing_branch_name}` branch and builds the software using 
Maven.
diff --git 
a/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
 
b/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
index 0127e23..896305b 100644
--- 
a/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
+++ 
b/contrib/terraform-testing-infrastructure/modules/config-files/templates/install_sw.sh.tftpl
@@ -85,8 +85,8 @@ 
${software_root}/accumulo/accumulo-${accumulo_version}/bin/accumulo-util build-n
 #
 # OpenTelemetry dependencies
 #
-if [ ! -f 
${software_root}/accumulo/accumulo-${accumulo_version}/lib/opentelemetry-javaagent-1.14.0.jar
 ]; then
-  wget 
https://search.maven.org/remotecontent?filepath=io/opentelemetry/javaagent/opentelemetry-javaagent/1.14.0/opentelemetry-javaagent-1.14.0.jar
 -O 
${software_root}/accumulo/accumulo-${accumulo_version}/lib/opentelemetry-javaagent-1.14.0.jar
+if [ ! -f 
${software_root}/accumulo/accumulo-${accumulo_version}/lib/opentelemetry-javaagent-1.15.0.jar
 ]; then
+  wget 
https://search.maven.org/remotecontent?filepath=io/opentelemetry/javaagent/opentelemetry-javaagent/1.15.0/opentelemetry-javaagent-1.15.0.jar
 -O 
${software_root}/accumulo/accumulo-${accumulo_version}/lib/opentelemetry-javaagent-1.15.0.jar
 fi
 #
 # Micrometer dependencies



[accumulo-website] branch asf-staging updated: Automatic Site Publish by Buildbot

2022-07-22 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 2004869a Automatic Site Publish by Buildbot
2004869a is described below

commit 2004869a1a592c9479b30735fca617b992784836
Author: buildbot 
AuthorDate: Fri Jul 22 14:45:34 2022 +

Automatic Site Publish by Buildbot
---
 output/blog/2022/06/22/2.1.0-metrics-and-tracing.html | 2 +-
 output/feed.xml   | 6 +++---
 output/search_data.json   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/output/blog/2022/06/22/2.1.0-metrics-and-tracing.html 
b/output/blog/2022/06/22/2.1.0-metrics-and-tracing.html
index d42a4b41..5a27ead6 100644
--- a/output/blog/2022/06/22/2.1.0-metrics-and-tracing.html
+++ b/output/blog/2022/06/22/2.1.0-metrics-and-tracing.html
@@ -160,7 +160,7 @@
 
 Metrics Example
 
-This example uses a Docker container that contains 
Telegraf-InfluxDB-Grafana system. We will configure Accumulo to send metrics to 
the https://www.influxdata.com/time-series-platform/telegraf/;>Telegraf 
component running in the Docker image. Telegraf will persist the metrics in https://www.influxdata.com/products/influxdb-overview/;>InfluxDB and 
then we will visualize the metris using https://grafana.com/;>Grafana. This example assumes that you h [...]
+This example uses a Docker container that contains 
Telegraf-InfluxDB-Grafana system. We will configure Accumulo to send metrics to 
the https://www.influxdata.com/time-series-platform/telegraf/;>Telegraf 
component running in the Docker image. Telegraf will persist the metrics in https://www.influxdata.com/products/influxdb-overview/;>InfluxDB and 
then we will visualize the metrics using https://grafana.com/;>Grafana. This example assumes that you  [...]
 
 
   Download the Telegraf-Influx-Grafana (TIG) Docker image
diff --git a/output/feed.xml b/output/feed.xml
index 07a87021..21f1b9dd 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
 
 https://accumulo.apache.org/
 https://accumulo.apache.org/feed.xml; rel="self" 
type="application/rss+xml"/>
-Fri, 08 Jul 2022 10:57:26 +
-Fri, 08 Jul 2022 10:57:26 +
+Fri, 22 Jul 2022 14:45:27 +
+Fri, 22 Jul 2022 14:45:27 +
 Jekyll v4.2.0
 
 
@@ -25,7 +25,7 @@
 
 h2 id=metrics-exampleMetrics Example/h2
 
-pThis example uses a Docker container that contains 
Telegraf-InfluxDB-Grafana system. We will configure Accumulo to send metrics to 
the a 
href=https://www.influxdata.com/time-series-platform/telegraf/Telegraf/a;
 component running in the Docker image. Telegraf will persist the metrics in 
a 
href=https://www.influxdata.com/products/influxdb-overview/InfluxDB/a;
 and then we will visualize the metris using a href=https:// [...]
+pThis example uses a Docker container that contains 
Telegraf-InfluxDB-Grafana system. We will configure Accumulo to send metrics to 
the a 
href=https://www.influxdata.com/time-series-platform/telegraf/Telegraf/a;
 component running in the Docker image. Telegraf will persist the metrics in 
a 
href=https://www.influxdata.com/products/influxdb-overview/InfluxDB/a;
 and then we will visualize the metrics using a href=https:/ [...]
 
 ol
   liDownload the Telegraf-Influx-Grafana (TIG) Docker image
diff --git a/output/search_data.json b/output/search_data.json
index 2367f81a..493db6ab 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -304,7 +304,7 @@
   
 "blog-2022-06-22-2-1-0-metrics-and-tracing-html": {
   "title": "2.1.0 Metrics and Tracing Changes",
-  "content" : "Metrics and Tracing changed in 2.1.0. This post 
explains the new implementations and provides examples on how to configure 
them.MetricsAccumulo was modified in version 1.7.0 (2015) to use the Hadoop 
Metrics2 framework for capturing and emitting internal Accumulo metrics. 
Micrometer, a newer metrics framework, supports sending metrics to many popular 
monitoring systems. In Accumulo 2.1.0 support for the Hadoop Metrics2 framework 
has been removed in favor of using Micro [...]
+  "content" : "Metrics and Tracing changed in 2.1.0. This post 
explains the new implementations and provides examples on how to configure 
them.MetricsAccumulo was modified in version 1.7.0 (2015) to use the Hadoop 
Metrics2 framework for capturing and emitting internal Accumulo metrics. 
Micrometer, a newer metrics framework, supports sending metrics to many popular 
monitoring systems. In Accumulo 2.1.0 support for the Hadoop Metrics2 framework 
has been removed in favor of using Micro [...]
   "url": " /blog/2022/06/22/2.1.0-metrics-and-tracing.html",
   "categories": "blog"
 }



[accumulo-website] branch main updated: Minor spelling update to metrics-tracing blog post

2022-07-22 Thread jmark99
This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
 new 0b507ab0 Minor spelling update to metrics-tracing blog post
0b507ab0 is described below

commit 0b507ab0c06a56abe3dbdfbc86b5567bfa4b7095
Author: Mark Owens 
AuthorDate: Fri Jul 22 10:45:14 2022 -0400

Minor spelling update to metrics-tracing blog post
---
 _posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md 
b/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md
index 5b5264ce..dbbfaa84 100644
--- a/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md
+++ b/_posts/blog/2022-06-22-2.1.0-metrics-and-tracing.md
@@ -15,7 +15,7 @@ Accumulo's metrics integration test uses a 
[TestStatsDRegistryFactory](https://g
 
 ## Metrics Example
 
-This example uses a Docker container that contains Telegraf-InfluxDB-Grafana 
system. We will configure Accumulo to send metrics to the 
[Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) component 
running in the Docker image. Telegraf will persist the metrics in 
[InfluxDB](https://www.influxdata.com/products/influxdb-overview/) and then we 
will visualize the metris using [Grafana](https://grafana.com/). This example 
assumes that you have installed Docker (or equivalent  [...]
+This example uses a Docker container that contains Telegraf-InfluxDB-Grafana 
system. We will configure Accumulo to send metrics to the 
[Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) component 
running in the Docker image. Telegraf will persist the metrics in 
[InfluxDB](https://www.influxdata.com/products/influxdb-overview/) and then we 
will visualize the metrics using [Grafana](https://grafana.com/). This example 
assumes that you have installed Docker (or equivalent [...]
 
 1. Download the Telegraf-Influx-Grafana (TIG) Docker image
 ```



[accumulo-website] branch next-release updated (110e622b -> 05eef21a)

2022-07-22 Thread jmark99
This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a change to branch next-release
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


from 110e622b Address issue #2479 - Add FATE zookeeper structure 
documentation to 2.x docs (#328)
 add 4980f0d0 Add JShell version of the Accumulo Tour to website
 add 05eef21a Add JShell version of the Accumulo Tour to website

No new revisions were added by this update.

Summary of changes:
 Gemfile |   2 +
 Gemfile.lock|   2 +
 _config.yml |   7 ++
 _data/tour-jshell.yml   |  14 +++
 _includes/nav.html  |   4 +-
 _layouts/tour-jshell.html   |  55 
 pages/tour.md   |  37 
 tour-jshell/authorizations-code2.md | 153 
 tour-jshell/authorizations2.md  |  61 +
 tour-jshell/basic-read-write2.md|  80 +
 tour-jshell/batch-scanner-code2.md  |  57 
 tour-jshell/batch-scanner2.md   |  41 +
 tour-jshell/client2.md  |  53 +++
 tour-jshell/conditional-writer-code2.md |  36 
 tour-jshell/conditional-writer2.md  | 132 +++
 tour-jshell/data-model-code2.md |  75 
 tour-jshell/data-model2.md  |  39 
 tour-jshell/getting-started2.md | 129 +++
 tour-jshell/index.md|  26 ++
 tour-jshell/ranges-splits2.md   |  44 +
 tour-jshell/using-iterators2.md | 141 +
 tour/index.md   |  10 +--
 22 files changed, 1190 insertions(+), 8 deletions(-)
 create mode 100644 _data/tour-jshell.yml
 create mode 100644 _layouts/tour-jshell.html
 create mode 100644 pages/tour.md
 create mode 100644 tour-jshell/authorizations-code2.md
 create mode 100644 tour-jshell/authorizations2.md
 create mode 100644 tour-jshell/basic-read-write2.md
 create mode 100644 tour-jshell/batch-scanner-code2.md
 create mode 100644 tour-jshell/batch-scanner2.md
 create mode 100644 tour-jshell/client2.md
 create mode 100644 tour-jshell/conditional-writer-code2.md
 create mode 100644 tour-jshell/conditional-writer2.md
 create mode 100644 tour-jshell/data-model-code2.md
 create mode 100644 tour-jshell/data-model2.md
 create mode 100644 tour-jshell/getting-started2.md
 create mode 100644 tour-jshell/index.md
 create mode 100644 tour-jshell/ranges-splits2.md
 create mode 100644 tour-jshell/using-iterators2.md



[accumulo-website] branch asf-site updated (733a0d7e -> e40c2a4b)

2022-07-22 Thread dlmarion
This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


from 733a0d7e Automatic Site Publish by Buildbot
 add ee5291ad Automatic Site Publish by Buildbot
 add 3f4ee2c8 Automatic Site Publish by Buildbot
 add 4ba003c7 Automatic Site Publish by Buildbot
 add c6d7714d Automatic Site Publish by Buildbot
 add 7da33815 Automatic Site Publish by Buildbot
 add e40c2a4b Automatic Site Publish by Buildbot

No new revisions were added by this update.

Summary of changes:
 .../blog/2022/06/22/2.1.0-metrics-and-tracing.html | 313 +
 output/docs/2.x/administration/caching.html|   3 +
 output/docs/2.x/administration/scan-executors.html |  12 +
 output/docs/2.x/getting-started/features.html  |   6 +
 output/feed.xml| 296 +--
 .../Grafana_Screenshot.png | Bin 0 -> 110206 bytes
 .../Jaeger_Screenshot.png  | Bin 0 -> 115638 bytes
 output/index.html  |  14 +-
 output/news/index.html |   7 +
 output/people/index.html   |  13 +-
 output/release/accumulo-2.1.0/index.html   |  28 +-
 output/search_data.json|  16 +-
 output/tour/getting-started/index.html |   2 +-
 13 files changed, 539 insertions(+), 171 deletions(-)
 create mode 100644 output/blog/2022/06/22/2.1.0-metrics-and-tracing.html
 create mode 100644 
output/images/blog/202206_metrics_and_tracing/Grafana_Screenshot.png
 create mode 100644 
output/images/blog/202206_metrics_and_tracing/Jaeger_Screenshot.png