hypertrace / javaagent

Hypertrace OpenTelemetry Java agent with payload/body and headers data capture.
Apache License 2.0
33 stars 15 forks source link

Add app matrix with POST json in ReceiveSendGreetingServlet #269

Closed samarth-gupta-traceable closed 3 years ago

samarth-gupta-traceable commented 3 years ago

Description

Add app matrix with POST json in ReceiveSendGreetingServlet

Testing

Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.

Checklist:

Documentation

Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.

pavolloffay commented 3 years ago

@samarth-gupta-traceable which servlet did you add with "echo" functionality?

samarth-gupta-traceable commented 3 years ago

@samarth-gupta-traceable which servlet did you add with "echo" functionality?

@pavolloffay servlet is ReceiveSendGreetingServlet.java . it is referenced in web.xml as


    <servlet-name>Echo</servlet-name>
    <url-pattern>/echo</url-pattern>
  </servlet-mapping>```