-
-
Notifications
You must be signed in to change notification settings - Fork 742
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
feat: New Relic integration #878
Comments
I've been working with New Relic lately on a few projects. Can I take a stab at it? |
That would be just wonderful. Let us know if you need any assistance! |
This will take slightly more time than expected. I could get the custom events in using a simple |
Thanks for the update. It's perfectly fine to re-map the event names if needed. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
## About the changes Add New Relic integration based on issue #878. ![image](https://github.com/Unleash/unleash/assets/1612455/05523b73-398b-413d-b760-26bf2feec2db) ![image](https://github.com/Unleash/unleash/assets/1612455/1ec01f52-0c1a-46a7-aa5b-5ca80004dcf8) <!-- Describe the changes introduced. What are they and why are they being introduced? Feel free to also add screenshots or steps to view the changes if they're visual. --> <!-- Does it close an issue? Multiple? --> Closes #878
this is cool @alexandrusavin. Thanks for doing this! |
Hi all 👋
We already released the addon-framework where we want to provide out-of the box integrations with third party tools. It would be super helpful if someone familiar with New Relic could assist on building the New Relic integration. The idea is to inform New Relic about changes via New Relic Custom events. This can be very helpful when analyzing issues in New Relic.
We have already written the integration for Datadog, and relevant code for this is:
Documentation:
https://unleash.github.io/docs/addons/datadog
The text was updated successfully, but these errors were encountered: