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

anovikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new db470c4c5b0 IGNITE-22696 Added libs to opensensus to expose prometheus 
metrics (#11426)
db470c4c5b0 is described below

commit db470c4c5b0d2685729bb9d58da41e73d91c991f
Author: Matvei Kalistratov <[email protected]>
AuthorDate: Mon Jul 15 16:32:00 2024 +0400

    IGNITE-22696 Added libs to opensensus to expose prometheus metrics (#11426)
---
 modules/opencensus/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/opencensus/pom.xml b/modules/opencensus/pom.xml
index 0fd88977448..185444c6fc3 100644
--- a/modules/opencensus/pom.xml
+++ b/modules/opencensus/pom.xml
@@ -100,14 +100,14 @@
             <groupId>io.opencensus</groupId>
             <artifactId>opencensus-exporter-stats-prometheus</artifactId>
             <version>${opencensus.version}</version>
-            <scope>test</scope>
+            <scope>runtime</scope>
         </dependency>
 
         <dependency>
             <groupId>io.prometheus</groupId>
             <artifactId>simpleclient_httpserver</artifactId>
             <version>0.3.0</version>
-            <scope>test</scope>
+            <scope>runtime</scope>
         </dependency>
 
         <dependency>

Reply via email to