Skip to content

Commit cf18db6

Browse files
Bump com.arpnetworking.metrics:prometheus-remote-protocol from 1.2.0 to 1.2.1 (#553)
* Bump com.arpnetworking.metrics:prometheus-remote-protocol Bumps [com.arpnetworking.metrics:prometheus-remote-protocol](https://github.com/ArpNetworking/prometheus-remote-protocol) from 1.2.0 to 1.2.1. - [Commits](ArpNetworking/prometheus-remote-protocol@prometheus-remote-protocol-1.2.0...prometheus-remote-protocol-1.2.1) --- updated-dependencies: - dependency-name: com.arpnetworking.metrics:prometheus-remote-protocol dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * bump up websocket wait time --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Arp <[email protected]>
1 parent f2739c9 commit cf18db6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<logback.version>1.5.18</logback.version>
9090
<logback.steno.version>2.2.0</logback.steno.version>
9191
<log4j.over.slf4j.version>2.0.17</log4j.over.slf4j.version>
92-
<metrics.aggregator.protocol.prometheus.version>1.2.0</metrics.aggregator.protocol.prometheus.version>
92+
<metrics.aggregator.protocol.prometheus.version>1.2.1</metrics.aggregator.protocol.prometheus.version>
9393
<metrics.aggregator.protocol.version>1.3.0</metrics.aggregator.protocol.version>
9494
<metrics.client.version>0.13.0</metrics.client.version>
9595
<metrics.client.http.version>0.14.0</metrics.client.http.version>

src/test/java/com/arpnetworking/metrics/mad/integration/TelemetryIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public void testFromSamples() throws InterruptedException, ExecutionException, T
8383
future::complete);
8484

8585
// Wait for subscription to be registered and align with aggregation period
86-
Thread.sleep(1000);
86+
Thread.sleep(3000);
8787
sleepToBeginningOfSecond();
8888

8989
try (Metrics metrics = METRICS_FACTORY.create()) {
@@ -116,7 +116,7 @@ public void testFromAggregatedData() throws InterruptedException, ExecutionExcep
116116
future::complete);
117117

118118
// Wait for subscription to be registered
119-
Thread.sleep(1000);
119+
Thread.sleep(3000);
120120
sleepToBeginningOfSecond();
121121

122122
try (Metrics metrics = METRICS_FACTORY.create()) {
@@ -175,7 +175,7 @@ public void testFromMixedSamplesAndAggregatedData() throws InterruptedException,
175175
future::complete);
176176

177177
// Wait for subscription to be registered
178-
Thread.sleep(1000);
178+
Thread.sleep(3000);
179179
sleepToBeginningOfSecond();
180180

181181
// First mixed samples-aggregates unit of work

0 commit comments

Comments
 (0)