newrelic / deployment-marker-action

Github Action for recording a Deployment Marker in New Relic
https://github.com/marketplace/actions/new-relic-application-deployment-marker
Apache License 2.0
58 stars 23 forks source link

Recommendation for deployment markers in containerized environment (Fargate) #18

Closed josh803316 closed 1 year ago

josh803316 commented 2 years ago

I'm using Github actions to deploy new versions of our Fargate tasks into our Production cluster when we "release". NewRelic is being used to track metrics and logs for these containers, but I was wondering what would make sense in terms of displaying deployment versions / demarcation lines -- similar to what is being done for the APM app deployments. I'm not sure if this is possible but I was hoping for guidance on seeing these lines in the "Summary" view for the production containers.

kidk commented 1 year ago

Hi @josh803316

This is now possible with the new version of the deployment-marker-action. New Relic has recently released the next iteration of our deployment marker functionality: https://newrelic.com/blog/nerdlog/change-tracking

You should now be able to set deployment markers or change markers on any entity within New Relic, including Fargate based on the GUID within New Relic. There's some additional examples on our docs: https://docs.newrelic.com/docs/change-tracking/ci-cd/change-tracking-github-actions/

Hope this helps. Let us know if you have any questions or ideas to improve the github action.

I'm going to close this ticket as the functionality is available, but feel free to continue the conversation.