Skip to content

Commit db470c4

Browse files
authored
IGNITE-22696 Added libs to opensensus to expose prometheus metrics (#11426)
1 parent 6788073 commit db470c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/opencensus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@
100100
<groupId>io.opencensus</groupId>
101101
<artifactId>opencensus-exporter-stats-prometheus</artifactId>
102102
<version>${opencensus.version}</version>
103-
<scope>test</scope>
103+
<scope>runtime</scope>
104104
</dependency>
105105

106106
<dependency>
107107
<groupId>io.prometheus</groupId>
108108
<artifactId>simpleclient_httpserver</artifactId>
109109
<version>0.3.0</version>
110-
<scope>test</scope>
110+
<scope>runtime</scope>
111111
</dependency>
112112

113113
<dependency>

0 commit comments

Comments
 (0)