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

Benchmark tests should send results to New Relic #2116

Open
mrickard opened this issue Apr 2, 2024 · 1 comment
Open

Benchmark tests should send results to New Relic #2116

mrickard opened this issue Apr 2, 2024 · 1 comment

Comments

@mrickard
Copy link
Member

mrickard commented Apr 2, 2024

Benchmark tests currently send results to stdout. We should add the ability to ship results to the connect service.

If these tests are going to deliver (metric) telemetry to New Relic, we'll want to add a collector or aggregator for them, which can deliver the metrics after tests are run.

Acceptance criteria

  • A collector or aggregator to receive benchmark metrics, replacing or augmenting the current ConsolePrinter
  • A transport mechanism to send collected benchmark metrics to NR
  • Test runs should be tagged with Node version and agent version
  • Unit tests for the new collector/aggregator

Relates to #2114

@workato-integration
Copy link

@newrelic-node-agent-team newrelic-node-agent-team added this to Triage Needed: Unprioritized Features in Node.js Engineering Board Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Node.js Engineering Board
  
Triage Needed: Unprioritized Features
Development

No branches or pull requests

1 participant