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

feat: New Relic integration #878

Closed
ivarconr opened this issue Jun 22, 2021 · 7 comments · Fixed by #7492
Closed

feat: New Relic integration #878

ivarconr opened this issue Jun 22, 2021 · 7 comments · Fixed by #7492

Comments

@ivarconr
Copy link
Member

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

@aneeshrelan
Copy link
Contributor

I've been working with New Relic lately on a few projects. Can I take a stab at it?

@ivarconr
Copy link
Member Author

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!

@aneeshrelan
Copy link
Contributor

This will take slightly more time than expected. I could get the custom events in using a simple curl as per New Relic docs, but not through unleash. One thing that I could get is some Event name validations happening. The current events (from Datadog integration) is feature-updated (hyphenated) which doesn't seem to be supported

@ivarconr
Copy link
Member Author

ivarconr commented Jul 8, 2021

Thanks for the update. It's perfectly fine to re-map the event names if needed.

@stale
Copy link

stale bot commented Jun 27, 2022

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.

@stale stale bot added the wontfix label Jun 27, 2022
@stale stale bot closed this as completed Jul 4, 2022
alexandrusavin added a commit to alexandrusavin/unleash that referenced this issue Jun 29, 2024
alexandrusavin added a commit to alexandrusavin/unleash that referenced this issue Jun 29, 2024
@alexandrusavin
Copy link
Contributor

Hi @ivarconr, there is this PR that adds New Relic Event API integration to Unleash. I know this is an old feature request but we'd use it if it would be available.

chriswk pushed a commit that referenced this issue Jul 5, 2024
## 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
@ivarconr
Copy link
Member Author

ivarconr commented Aug 2, 2024

this is cool @alexandrusavin. Thanks for doing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants