newrelic / newrelic-java-agent

The New Relic Java agent
Apache License 2.0
202 stars 143 forks source link

[Spike] E2E Test Framework (Agent2Query), Deploy Updated Java agents to test process #1880

Closed kford-newrelic closed 4 months ago

kford-newrelic commented 6 months ago

Description

Intent is that 100% of new agent releases run through new E2E test framework and ensure that data is reporting and getting processed through ingestion pipeline.

Make as part of the release process updating and redeploying the sample service on each new agent version release with the updated agent.

Note : This is a research spike to get familiar with the Agent2Query service, existing documentation and to understand how other teams implemented their automation solution.

Acceptance Criteria

When new agent releases are created, the agent used in the E2E test is updated as well.

As a research spike, the intention is that we understand what needs to be done and create subsequent issues representing that work.

Design Consideration/Limitations

N/A

Dependencies

N/A

Additional context

See the original work request for additional context.

Note : in Q1, other agent teams have implemented this, so we can understand what others have done and use that as a guide

workato-integration[bot] commented 6 months ago

https://new-relic.atlassian.net/browse/NR-264177

kford-newrelic commented 4 months ago

This was implemented by the creating team. No action needed.