Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

remove newrelic from holochain #2143

Closed
wants to merge 7 commits into from
Closed

remove newrelic from holochain #2143

wants to merge 7 commits into from

Conversation

zippy
Copy link
Member

@zippy zippy commented Mar 6, 2020

PR summary

Removes new-relic building completely from conductor for now.

testing/benchmarking notes

( if any manual testing or benchmarking was/should be done, add notes and/or screenshots here )

followups

( any new tickets/concerns that were discovered or created during this work but aren't in scope for review here )

changelog

  • if this is a code change that effects some consumer (e.g. zome developers) of holochain core, then it has been added to our between-release changelog with the format
- summary of change [PR#1234](https://github.com/holochain/holochain-rust/pull/1234)

documentation

@Connoropolous
Copy link
Collaborator

what was newrelic there for, and why take it out?

@zippy
Copy link
Member Author

zippy commented Mar 8, 2020

what was newrelic there for, and why take it out?

We added it for debugging purposes to try and track down some cross-process problems with the tracing it offeres, however it's causing problems in our holoport build chain so we need to clean it out for now. In the "production" context rewrelic doesn't make any sense for holochain at all because it's centralized monitoring. It may make sense to add back into sim2h_server which is a centralized service so that it can be monitored.

@Connoropolous Connoropolous linked an issue Mar 8, 2020 that may be closed by this pull request
@freesig
Copy link
Contributor

freesig commented Mar 8, 2020

This will need to be removed from holochain tracing aswell.
Let's just put it the deps under a conditional compile and make the new relic a pass through so you don't need to comment all these out

Copy link
Contributor

@freesig freesig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can't merge this, it's disabling holochain_tracing_macros all together.
Let's merge and publish this and then I'll push a PR that does this but just with a compile flag

@zippy
Copy link
Member Author

zippy commented Mar 9, 2020

obsolete

@zippy zippy closed this Mar 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sim2h_server newrelic error
3 participants