Skip to content

Commit

Permalink
Upgrade to wavefront-sdk-java 2.6.6
Browse files Browse the repository at this point in the history
fixes gh-2860
  • Loading branch information
jonatan-ivanov committed Nov 10, 2021
1 parent 4f0e824 commit ebcb509
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 26 deletions.
20 changes: 8 additions & 12 deletions implementations/micrometer-registry-wavefront/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ public Duration step() {
WavefrontClient sender = builder.build();
assertThat(builder).hasFieldOrPropertyWithValue("flushInterval", 15_000L);
assertThat(builder).hasFieldOrPropertyWithValue("flushIntervalTimeUnit", TimeUnit.MILLISECONDS);
assertThat(sender).extracting("reportingService").hasFieldOrPropertyWithValue("uri", URI.create("https://example.com"));
assertThat(sender).extracting("reportingService").hasFieldOrPropertyWithValue("token", "apiToken");
assertThat(sender).extracting("metricsReportingService").hasFieldOrPropertyWithValue("uri", URI.create("https://example.com"));
assertThat(sender).extracting("metricsReportingService").hasFieldOrPropertyWithValue("token", "apiToken");
assertThat(sender).hasFieldOrPropertyWithValue("batchSize", 20);
}

Expand Down
3 changes: 1 addition & 2 deletions samples/micrometer-samples-boot2/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions samples/micrometer-samples-core/gradle.lockfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ebcb509

Please sign in to comment.