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

Make it easier to work with open source Kadira #262

Open
merlinstardust opened this issue May 16, 2017 · 4 comments
Open

Make it easier to work with open source Kadira #262

merlinstardust opened this issue May 16, 2017 · 4 comments

Comments

@merlinstardust
Copy link

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

Kadira.connect('<AppId>', '<AppSecret>', '<KadiraUrl>');
@danieltimpone
Copy link

danieltimpone commented May 16, 2017

@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.

@mneva
Copy link

mneva commented May 19, 2017

Hi @merlinpatt and @danieltimpone did you get this to work?

@mjovkovic
Copy link

mjovkovic commented May 31, 2017

@merlinpatt you should be able to set ENV variable: KADIRA_OPTIONS_ENDPOINT to point to the Kadira engine. You have additional variables here.

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 KADIRA_OPTIONS_ENDPOINT property set!

@kodie
Copy link

kodie commented Nov 21, 2017

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/

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

No branches or pull requests

5 participants