You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/06/22 14:47:17 UTC

[accumulo] branch main updated: Update Micrometer and OpenTelemetry dependencies (#2782)

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.git


The following commit(s) were added to refs/heads/main by this push:
     new ad686b92ce Update Micrometer and OpenTelemetry dependencies (#2782)
ad686b92ce is described below

commit ad686b92cef018a7339b32d752ce5db68a4c9bf7
Author: Dave Marion <dl...@apache.org>
AuthorDate: Wed Jun 22 10:47:12 2022 -0400

    Update Micrometer and OpenTelemetry dependencies (#2782)
---
 assemble/conf/accumulo-env.sh | 2 +-
 pom.xml                       | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/assemble/conf/accumulo-env.sh b/assemble/conf/accumulo-env.sh
index 452130a12a..b16cacae6f 100644
--- a/assemble/conf/accumulo-env.sh
+++ b/assemble/conf/accumulo-env.sh
@@ -110,7 +110,7 @@ JAVA_OPTS=("-Daccumulo.log.dir=${ACCUMULO_LOG_DIR}"
 
 ## Optionally setup OpenTelemetry SDK AutoConfigure
 ## See https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure
-#JAVA_OPTS=('-Dotel.traces.exporter=jaeger' "${JAVA_OPTS[@]}")
+#JAVA_OPTS=('-Dotel.traces.exporter=jaeger' '-Dotel.metrics.exporter=none' '-Dotel.logs.exporter=none' "${JAVA_OPTS[@]}")
 
 ## Optionally setup OpenTelemetry Java Agent
 ## See https://github.com/open-telemetry/opentelemetry-java-instrumentation for more options
diff --git a/pom.xml b/pom.xml
index 2c1fce8a0c..eac3df1b13 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,21 +174,21 @@
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-bom</artifactId>
-        <version>1.9.0</version>
+        <version>1.9.1</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>io.opentelemetry</groupId>
         <artifactId>opentelemetry-bom</artifactId>
-        <version>1.14.0</version>
+        <version>1.15.0</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>io.opentelemetry</groupId>
         <artifactId>opentelemetry-bom-alpha</artifactId>
-        <version>1.14.0-alpha</version>
+        <version>1.15.0-alpha</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>