romul / newrelic.ex

NewRelic agent for Elixir
MIT License
64 stars 19 forks source link

Report to New Relic using the latest Python agent version #13

Closed danascheider closed 5 years ago

danascheider commented 5 years ago

Currently, the Elixir agent reports to New Relic as Python agent version 1.5.0.103. This agent version has been deprecated, and in July 2019, New Relic will begin refusing connections from this version. This PR modifies the Elixir agent to report as Python agent version 4.18.0.118, which is the latest version.

romul commented 5 years ago

Hello, @danascheider! This is your first Pull Request that will be reviewed by Ebert, an automatic Code Review service. It will leave comments on this diff with potential issues and style violations found in the code as you push new commits. You can also see all the issues found on this Pull Request on its review page. Please check our documentation for more information.

danascheider commented 5 years ago

@romul Are you able to get this merged? I don't mean to be pushy since I know how being an OSS maintainer is, but this is going to straight-up stop working in two weeks if the version isn't updated.

romul commented 5 years ago

@danascheider Thank you Dana! I'm very sorry that I didn't notice your PR earlier. It's really important. Now it's merged and a new version is released: https://hex.pm/packages/new_relic/0.1.2 Thank you very much!

danascheider commented 5 years ago

Thank you!