@@ -161,7 +161,7 @@ for each involved (for which there was at least one update) combination of value
161
161
Let us explain this definition with the following example 1,
162
162
that we will use and develop throughout this section.
163
163
164
- Assume you are developing a HTTP service that, in order to do its job, calls several other HTTP services.
164
+ Assume you are developing an HTTP service that, in order to do its job, calls several other HTTP services.
165
165
Each of the external services is represented by several instances running on specific servers and ports.
166
166
The service being developed can call any of these instances.
167
167
(for example, by using round-robin balancing).
@@ -371,7 +371,7 @@ Base (Core):
371
371
<dependency >
372
372
<groupId >com.ringcentral.platform.metrics</groupId >
373
373
<artifactId >metrics-facade-base</artifactId >
374
- <version >3.1.0-SNAPSHOT </version >
374
+ <version >3.1.0-RELEASE </version >
375
375
</dependency >
376
376
```
377
377
@@ -380,7 +380,7 @@ Base (Core):
380
380
<dependency >
381
381
<groupId >com.ringcentral.platform.metrics</groupId >
382
382
<artifactId >metrics-facade-default-impl</artifactId >
383
- <version >3.1.0-SNAPSHOT </version >
383
+ <version >3.1.0-RELEASE </version >
384
384
</dependency >
385
385
```
386
386
@@ -389,7 +389,7 @@ Metrics reporter(s) (for example, ```PrometheusMetricsExporter```):
389
389
<dependency >
390
390
<groupId >com.ringcentral.platform.metrics</groupId >
391
391
<artifactId >metrics-facade-prometheus</artifactId >
392
- <version >3.1.0-SNAPSHOT </version >
392
+ <version >3.1.0-RELEASE </version >
393
393
</dependency >
394
394
```
395
395
@@ -714,7 +714,7 @@ You can find the complete sample ```GettingStartedSample.java``` in the followin
714
714
<dependency>
715
715
<groupId>com.ringcentral.platform.metrics</groupId>
716
716
<artifactId>metrics-facade-samples</artifactId>
717
- <version>3.1.0-SNAPSHOT </version>
717
+ <version>3.1.0-RELEASE </version>
718
718
</dependency>
719
719
```
720
720
@@ -1744,7 +1744,7 @@ Dependencies:
1744
1744
< dependency>
1745
1745
< groupId> com. ringcentral. platform. metrics< / groupId>
1746
1746
< artifactId> metrics- facade- prometheus< / artifactId>
1747
- < version> 3.1 . 0 - SNAPSHOT </ version>
1747
+ < version> 3.1 . 0 - RELEASE </ version>
1748
1748
< / dependency>
1749
1749
```
1750
1750
@@ -1935,7 +1935,7 @@ Dependencies:
1935
1935
< dependency>
1936
1936
< groupId> com. ringcentral. platform. metrics< / groupId>
1937
1937
< artifactId> metrics- facade- base< / artifactId>
1938
- < version> 3.1 . 0 - SNAPSHOT </ version>
1938
+ < version> 3.1 . 0 - RELEASE </ version>
1939
1939
< / dependency>
1940
1940
```
1941
1941
@@ -2289,7 +2289,7 @@ Dependencies:
2289
2289
< dependency>
2290
2290
< groupId> com. ringcentral. platform. metrics< / groupId>
2291
2291
< artifactId> metrics- facade- base< / artifactId>
2292
- < version> 3.1 . 0 - SNAPSHOT </ version>
2292
+ < version> 3.1 . 0 - RELEASE </ version>
2293
2293
< / dependency>
2294
2294
```
2295
2295
@@ -2385,7 +2385,7 @@ Dependencies:
2385
2385
< dependency>
2386
2386
< groupId> com. ringcentral. platform. metrics< / groupId>
2387
2387
< artifactId> metrics- facade- base< / artifactId>
2388
- < version> 3.1 . 0 - SNAPSHOT </ version>
2388
+ < version> 3.1 . 0 - RELEASE </ version>
2389
2389
< / dependency>
2390
2390
```
2391
2391
@@ -2553,7 +2553,7 @@ Required dependency:
2553
2553
< dependency>
2554
2554
< groupId> com. ringcentral. platform. metrics< / groupId>
2555
2555
< artifactId> metrics- facade- dropwizard< / artifactId>
2556
- < version> 3.1 . 0 - SNAPSHOT </ version>
2556
+ < version> 3.1 . 0 - RELEASE </ version>
2557
2557
< / dependency>
2558
2558
```
2559
2559
@@ -2628,7 +2628,7 @@ Required dependency:
2628
2628
< dependency>
2629
2629
< groupId> com. ringcentral. platform. metrics< / groupId>
2630
2630
< artifactId> metrics- facade- dropwizard- to- prometheus< / artifactId>
2631
- < version> 3.1 . 0 - SNAPSHOT </ version>
2631
+ < version> 3.1 . 0 - RELEASE </ version>
2632
2632
< / dependency>
2633
2633
```
2634
2634
0 commit comments