We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e401341 commit 4970739Copy full SHA for 4970739
src/main/java/spp/demo/Main.java
@@ -62,9 +62,9 @@ public static void triggerTailLogs() {
62
}
63
64
public static void triggerEndpoints() {
65
- //function duration insight
66
- callEndpoint("/insight/slow-function");
67
- callEndpoint("/insight/fast-function");
+// //function duration insight
+// callEndpoint("/insight/slow-function");
+// callEndpoint("/insight/fast-function");
68
69
//view activity command
70
callEndpoint("/command/view-activity");
0 commit comments