-
Notifications
You must be signed in to change notification settings - Fork 110
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
Make it easier to work with open source Kadira #262
Comments
@merlinpatt it seems like you can actually do that by passing options as a third arg to the connect function like this: Kadira.connect('<AppId>', '<AppSecret>', { endpoint: '<KadiraUrl>' }); Unfortunately, I'm dealing w/ some auth issues using this approach. Lmk if you run into the same thing / figure it out. |
Hi @merlinpatt and @danieltimpone did you get this to work? |
@merlinpatt you should be able to set ENV variable: I got it to connect to Kadira server using that, but I'm still not seeing any data. EDIT: It turned out kadira RMA service was down, it works fine with |
I wrote an article about how I got Kadira up and running on a Digital Ocean droplet here: https://www.gethappyboards.com/2017/07/rolling-out-your-own-instance-of-kadira/ |
Since Kadira APM is now open source and people will be spinning up their own instances, can the connect function include a URL to point to?
For example
The text was updated successfully, but these errors were encountered: