Skip to content

Commit 9b8ae76

Browse files
authored
Merge pull request #1016 from SimunKaracic/testCas3-failures
Attempt to fix failing cassandra tests
2 parents b4d57f2 + 01ffea9 commit 9b8ae76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

instrumentation/kamon-cassandra/src/testCas3/scala/kamon/instrumentation/instrumentation/CassandraClientMetricsSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class CassandraClientMetricsSpec
5252
val node = Node("127.0.0.1", "datacenter1", "rack1")
5353
val poolMetrics = new NodeConnectionPoolInstruments(node)
5454

55-
eventually(timeout(3 seconds)) {
55+
eventually(timeout(15 seconds)) {
5656
poolMetrics.borrow.distribution(false).max shouldBe >=(1L)
5757
poolMetrics.openConnections.distribution(false).max should be > 0L
5858
poolMetrics.inFlight.distribution(false).max should be > 0L

instrumentation/kamon-tapir/src/main/resources/reference.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ kamon.instrumentation.tapir {
1111
kanela.modules {
1212
tapir {
1313
name = "Tapir"
14+
description = "Uses Tapir routes to generate operation names. Currently supports only Akka Http"
1415
instrumentations = [
1516
"kamon.instrumentation.tapir.TapirInstrumentation"
1617
]

0 commit comments

Comments
 (0)