-
Notifications
You must be signed in to change notification settings - Fork 605
Adding additional support for b3multi propagator #31258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: integration
Are you sure you want to change the base?
Adding additional support for b3multi propagator #31258
Conversation
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
449a0c3
to
1c08899
Compare
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
...src/io/openliberty/microprofile/telemetry20/logging/internal/MpTelemetryLogMappingUtils.java
Show resolved
Hide resolved
...rnal_2_fat/fat/src/io/openliberty/microprofile/telemetry/logging/internal_fat/TestUtils.java
Outdated
Show resolved
Hide resolved
#build (view Open Liberty Personal Build - ❌ completed with errors/failures.) Note: Target locations of links might be accessible only to IBM employees. |
@@ -79,33 +86,36 @@ public static void runAccessApp(LibertyServer server, String type, String propag | |||
String url = "http://" + server.getHostname() + ":" + server.getHttpDefaultPort() + "/MpTelemetryLogApp/AccessURL"; | |||
Log.info(c, "runApp", "---> Running the application with url : " + url); | |||
|
|||
String requestHeader = null; | |||
String traceData = null; | |||
ArrayList<String> requestHeaders = new ArrayList<String>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this, as its un-used.
String requestHeader = null; | ||
String traceData = null; | ||
ArrayList<String> requestHeaders = new ArrayList<String>(); | ||
ArrayList<String> requestValues = new ArrayList<String>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this, as its un-used.
f430bf5
to
8903008
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).################################################################################################