newrelic-java-agent
newrelic-java-agent copied to clipboard
[Spike] Track missing HTTP operations
Description
The Java Agent currently tracks HTTP Methods, GET, PUT, DELETE, etc. This request is to get the same information on PATCH.
Acceptance Criteria
Missing HTTP verbs (especially PATCH) will now be tracked
Design Consideration/Limitations
If the implementation is specific to a particular HTTP client library, we may need to implement this on multiple supported by the agent.
Dependencies
N/A
Additional context
Duplicate FR filed - NR-134838
https://issues.newrelic.com/browse/NR-159132