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 c3b8d77 commit 36204f1Copy full SHA for 36204f1
src/main/java/spp/demo/Main.java
@@ -69,9 +69,9 @@ public static void triggerEndpoints() {
69
// //view activity command
70
// callEndpoint("/command/view-activity");
71
//
72
-// //view traces command
73
-// callEndpoint("/command/view-traces");
74
-//
+ //view traces command
+ callEndpoint("/command/view-traces");
+
75
//failing endpoint indicator
76
callEndpoint("/indicator/fail-100-percent");
77
callEndpoint("/indicator/fail-50-percent");
0 commit comments