This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 2e67e6ed5 Automatic Site Publish by Buildbot
2e67e6ed5 is described below
commit 2e67e6ed54d6dd7d02021689a169aa8c2aeb2c87
Author: buildbot <[email protected]>
AuthorDate: Tue Aug 19 19:29:42 2025 +0000
Automatic Site Publish by Buildbot
---
output/blog/2022/06/22/2.1.0-metrics-and-tracing.html | 9 ++-------
output/feed.xml | 13 ++++---------
output/search_data.json | 2 +-
3 files changed, 7 insertions(+), 17 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 49a6405ac..07c727014 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
@@ -222,14 +222,9 @@
general.micrometer.factory=org.apache.accumulo.test.metrics.TestStatsDRegistryFa
<li>To enable tracing, you need to set the <code class="language-plaintext
highlighter-rouge">general.opentelemetry.enabled</code> property. Modify the
accumulo.properties configuration file and add the following property.
<div class="language-plaintext highlighter-rouge"><div
class="highlight"><pre class="highlight"><code># OpenTelemetry settings
general.opentelemetry.enabled=true
-</code></pre></div> </div>
- </li>
- <li>To enable tracing in the shell, set the <code class="language-plaintext
highlighter-rouge">general.opentelemetry.enabled</code> property in the
accumulo-client.properties configuration file.
- <div class="language-plaintext highlighter-rouge"><div
class="highlight"><pre class="highlight"><code># OpenTelemetry settings
-general.opentelemetry.enabled=true
</code></pre></div> </div>
- <p><strong>Note:</strong> If you are using Accumulo 2.1.4 or newer, skip
steps 5-6 below and follow the updated instructions in the <a
href="#updated-configuration-with-newer-versions-of-opentelemetry">Updated
Configuration with Newer Versions of OpenTelemetry</a> section.</p>
+ <p><strong>Note:</strong> If you are using Accumulo 2.1.4 or newer, skip
steps 4-5 below and follow the updated instructions in the <a
href="#updated-configuration-with-newer-versions-of-opentelemetry">Updated
Configuration with Newer Versions of OpenTelemetry</a> section.</p>
</li>
<li>Configure the OpenTelemetry JavaAgent in accumulo-env.sh by uncommenting
the following and updating the path to the java agent jar:
<div class="language-plaintext highlighter-rouge"><div
class="highlight"><pre class="highlight"><code> ## Optionally setup
OpenTelemetry SDK AutoConfigure
@@ -268,7 +263,7 @@ general.opentelemetry.enabled=true
<p>The original tracing example above was written for Accumulo 2.1.0 which
uses OpenTelemetry 1.19.0. Accumulo 2.1.4 has been updated to use OpenTelemetry
1.48.0, which requires different configuration. When working with Accumulo
2.1.4 or any deployment using OpenTelemetry 1.48.0 or newer, use OTLP
(OpenTelemetry Protocol) instead of the direct Jaeger exporter.</p>
-<p>Follow steps 1–4 from the <a href="#tracing-example">Tracing Example</a>
section, then use these updated steps in place of steps 5-6:</p>
+<p>Follow steps 1–3 from the <a href="#tracing-example">Tracing Example</a>
section, then use these updated steps in place of steps 4-5:</p>
<ol>
<li>Configure the OpenTelemetry JavaAgent in accumulo-env.sh with OTLP
export:
diff --git a/output/feed.xml b/output/feed.xml
index 629412e3b..d43b11664 100644
--- a/output/feed.xml
+++ b/output/feed.xml
@@ -6,8 +6,8 @@
</description>
<link>https://accumulo.apache.org/</link>
<atom:link href="https://accumulo.apache.org/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Fri, 25 Jul 2025 20:41:13 +0000</pubDate>
- <lastBuildDate>Fri, 25 Jul 2025 20:41:13 +0000</lastBuildDate>
+ <pubDate>Tue, 19 Aug 2025 19:29:36 +0000</pubDate>
+ <lastBuildDate>Tue, 19 Aug 2025 19:29:36 +0000</lastBuildDate>
<generator>Jekyll v4.3.4</generator>
@@ -1907,14 +1907,9 @@
general.micrometer.factory=org.apache.accumulo.test.metrics.TestStatsDRegistryFa
<li>To enable tracing, you need to set the <code
class="language-plaintext
highlighter-rouge">general.opentelemetry.enabled</code> property.
Modify the accumulo.properties configuration file and add the following
property.
<div class="language-plaintext highlighter-rouge"><div
class="highlight"><pre
class="highlight"><code># OpenTelemetry settings
general.opentelemetry.enabled=true
-</code></pre></div> </div>
- </li>
- <li>To enable tracing in the shell, set the <code
class="language-plaintext
highlighter-rouge">general.opentelemetry.enabled</code> property
in the accumulo-client.properties configuration file.
- <div class="language-plaintext highlighter-rouge"><div
class="highlight"><pre
class="highlight"><code># OpenTelemetry settings
-general.opentelemetry.enabled=true
</code></pre></div> </div>
- <p><strong>Note:</strong> If you are using Accumulo
2.1.4 or newer, skip steps 5-6 below and follow the updated instructions in the
<a
href="#updated-configuration-with-newer-versions-of-opentelemetry">Updated
Configuration with Newer Versions of OpenTelemetry</a> section.</p>
+ <p><strong>Note:</strong> If you are using Accumulo
2.1.4 or newer, skip steps 4-5 below and follow the updated instructions in the
<a
href="#updated-configuration-with-newer-versions-of-opentelemetry">Updated
Configuration with Newer Versions of OpenTelemetry</a> section.</p>
</li>
<li>Configure the OpenTelemetry JavaAgent in accumulo-env.sh by
uncommenting the following and updating the path to the java agent jar:
<div class="language-plaintext highlighter-rouge"><div
class="highlight"><pre
class="highlight"><code> ## Optionally setup OpenTelemetry
SDK AutoConfigure
@@ -1953,7 +1948,7 @@ general.opentelemetry.enabled=true
<p>The original tracing example above was written for Accumulo 2.1.0
which uses OpenTelemetry 1.19.0. Accumulo 2.1.4 has been updated to use
OpenTelemetry 1.48.0, which requires different configuration. When working with
Accumulo 2.1.4 or any deployment using OpenTelemetry 1.48.0 or newer, use OTLP
(OpenTelemetry Protocol) instead of the direct Jaeger exporter.</p>
-<p>Follow steps 1–4 from the <a
href="#tracing-example">Tracing Example</a> section, then
use these updated steps in place of steps 5-6:</p>
+<p>Follow steps 1–3 from the <a
href="#tracing-example">Tracing Example</a> section, then
use these updated steps in place of steps 4-5:</p>
<ol>
<li>Configure the OpenTelemetry JavaAgent in accumulo-env.sh with OTLP
export:
diff --git a/output/search_data.json b/output/search_data.json
index faea20ec6..615666129 100644
--- a/output/search_data.json
+++ b/output/search_data.json
@@ -412,7 +412,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 Microme [...]
+ "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 Microme [...]
"url": " /blog/2022/06/22/2.1.0-metrics-and-tracing.html",
"categories": "blog"
}