We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d854f commit 92a6054Copy full SHA for 92a6054
dd-smoke-tests/springboot-mongo/src/test/groovy/datadog/smoketest/SpringBootMongoIntegrationTest.groovy
@@ -55,8 +55,8 @@ class SpringBootMongoIntegrationTest extends AbstractServerSmokeTest {
55
56
@Override
57
protected Set<String> expectedTraces() {
58
- // Updated to match actual trace pattern after MongoDB DBM implementation
59
- return ["[servlet.request[spring.handler[repository.operation]]]"]
+ // MongoDB driver creates mongo.query spans as children of repository.operation spans
+ return ["[servlet.request[spring.handler[repository.operation[mongo.query]]]]"]
60
}
61
62
def "put docs and find all docs"() {
0 commit comments