Skip to content

Commit a26d441

Browse files
authored
Consistent reservoir sampling span processor (#352)
* upgraded to hipparchus 2.1 * consistent reservoir sampling span processor * made constant package private
1 parent 4ed052b commit a26d441

File tree

6 files changed

+1502
-2
lines changed

6 files changed

+1502
-2
lines changed

consistent-sampling/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ description = "Sampler and exporter implementations for consistent sampling"
77

88
dependencies {
99
api("io.opentelemetry:opentelemetry-sdk-trace")
10-
testImplementation("org.hipparchus:hipparchus-core:2.0")
11-
testImplementation("org.hipparchus:hipparchus-stat:2.0")
10+
testImplementation("org.hipparchus:hipparchus-core:2.1")
11+
testImplementation("org.hipparchus:hipparchus-stat:2.1")
1212
}

0 commit comments

Comments
 (0)