You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/core/tracer.spec.json
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
"info": {
4
4
"title": "CodSpeed MongoDB Tracer",
5
5
"description": "Instrumentation API for CodSpeed Tracer",
6
-
"version": "0.1.1-beta.4"
6
+
"version": "0.2.0"
7
7
},
8
8
"paths": {
9
9
"/benchmark/start": {
@@ -74,15 +74,17 @@
74
74
}
75
75
}
76
76
},
77
-
"/instruments/start": {
77
+
"/instruments/setup": {
78
78
"post": {
79
79
"tags": ["instruments"],
80
-
"operationId": "start",
80
+
"summary": "Start the instruments (proxy and aggregator) for the given `body.mongo_url`.",
81
+
"description": "If other endpoints of the instrumentation server are called before this one, they will likely fail as the proxy and aggregator are not running yet.",
0 commit comments