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: docs/weblog/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -618,6 +618,14 @@ Expected query parameters:
618
618
This endpoint loads a module/package in applicable languages. It's mainly used for telemetry tests to verify that
619
619
the `dependencies-loaded` event is appropriately triggered.
620
620
621
+
### GET /log/library
622
+
623
+
This endpoint facilitates logging a message using a logging library. It is primarily designed for testing log injection functionality. Weblog apps must log using JSON format.
624
+
625
+
The following query parameters are optional:
626
+
-`msg`: Specifies the message to be logged. If not provided, the default message "msg" will be logged.
627
+
-`level`: Specifies the log level to be used. If not provided, the default log level is "info".
628
+
621
629
### GET /e2e_single_span
622
630
623
631
This endpoint will create two spans, a parent span (which is a root-span), and a child span.
0 commit comments