Skip to content
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

HTTP method for transaction naming in newrelic config file #1573

Open
leongc-sportsbet opened this issue Mar 29, 2023 · 1 comment
Open

HTTP method for transaction naming in newrelic config file #1573

leongc-sportsbet opened this issue Mar 29, 2023 · 1 comment

Comments

@leongc-sportsbet
Copy link

Is your feature request related to a problem? Please describe.

We have transactions that aren't instrumented in the code and therefore we are using the configuration file to set transaction names based on the path. We do have transactions that may be a POST /abcd or GET /abcd but the current options only utilises the path name and so does not work for where we have HTTP method overloading

Feature Description

The ability to to specify the HTTP method as an optional parameter for the transaction naming rules

Describe Alternatives

A clear and concise description of any alternative solutions or features you've considered. Are there examples you could link us to? N/A

Additional context

An example of what I'd like to see would be:

rules: {
            name: [
                { pattern: "/abcd", method: "GET", name: "GET_abcd" },
                { pattern: "/abcd", method: "POST", name: "POST_abcd" },
                { pattern: "/abcd", method: "PUT", name: "PUT_abcd" }
]}

Priority

Please help us better understand this feature request by choosing a priority from the following options:
[Really Want]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Triage Needed: Unprioritized Features
Development

No branches or pull requests

1 participant