Skip to content

Commit e0ba50a

Browse files
committed
endpoint naming
1 parent bd13108 commit e0ba50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jvmTest/resources/dualSegmentTraceStack.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"serviceInstanceName": null,
4747
"startTime": 1605487330854,
4848
"endTime": 1605487330855,
49-
"endpointName": "{GET}/users",
49+
"endpointName": "GET:/users",
5050
"artifactQualifiedName": null,
5151
"type": "Entry",
5252
"peer": "",
@@ -67,7 +67,7 @@
6767
],
6868
"meta": {
6969
"rootArtifactQualifiedName": "spp.example.webapp.controller.WebappController.userList()",
70-
"operationName": "{GET}/users",
70+
"operationName": "GET:/users",
7171
"totalTracePercent": "100.0"
7272
}
7373
},

0 commit comments

Comments
 (0)