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

Support for Server-Timing header #1341

Open
villelahdenvuo opened this issue Aug 30, 2022 · 1 comment
Open

Support for Server-Timing header #1341

villelahdenvuo opened this issue Aug 30, 2022 · 1 comment

Comments

@villelahdenvuo
Copy link

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

I want to implement https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing for my app

Feature Description

The New Relic agent already collects performance information for different segments in my app, thus it should be easy to add an option to the agent to inject the Server-Timing header(s) automatically.

Describe Alternatives

I can add the header myself, but that means I have to instrument all my code manually where as the NR agent already does it for me.

Additional context

Express middleware https://www.npmjs.com/package/server-timing

Priority

Really Want

@bizob2828
Copy link
Member

Thanks @villelahdenvuo for the feature request. I will talk with our product manager to get this prioritized(cc/ @VRSNR)

@bizob2828 bizob2828 removed this from Triage Needed: Unprioritized Features in Node.js Engineering Board Oct 7, 2022
@bizob2828 bizob2828 added this to Feature Requests [Please Give Thumbs Up on FRs Important to You] in Node Instrumentation Roadmap via automation Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Node Instrumentation Roadmap
  
Feature Requests [Please Give Thumbs ...
Development

No branches or pull requests

2 participants