Fork me on GitHub
#onyx
<
2015-09-23
>
Kira Sotnikov12:09:15

michaeldrogalis: Hi

Kira Sotnikov12:09:27

I'm trying to get metrics from onyx in riemann

Kira Sotnikov12:09:42

Do I need some specific in my riemann config for onyx?

Kira Sotnikov12:09:21

I can see metrics from zookeeper, riemann and riemann-health, but I see nothing from onyx ๐Ÿ˜ž

michaeldrogalis18:09:33

@lowl4tency: Traveling today. Try asking for help in the official Gitter room, someone else might be around.

lucasbradstreet18:09:51

@lowl4tency: did greywolve solve this in the gitter channel already?

Kira Sotnikov21:09:45

Yeah, it was solved

Kira Sotnikov21:09:50

Thanks a lot guys

nha21:09:55

I think I found the problem with my profiles.clj : figwheel seem to be messing up. I will try to confirm that when I have time (probably this weekend).

lucasbradstreet21:09:45

@nha good to hear. Pretty much had to a be a dependency issue of some kind

nha21:09:27

Yes, thank for your help by the way

lucasbradstreet21:09:33

No worries. Let me know what it turns out to be :)

nha21:09:13

I will of course (it may be a bit slow though I only do that in my spare time)

nha21:09:59

A quick test : cloning https://github.com/bhauman/flappy-bird-demo.git and running lein figwheel works, adding onyx makes it fail (different error since itโ€™s an older version of figwheel). But it looks like this is it.

lucasbradstreet21:09:07

Cool. You might have some luck requiring a particular clojure.tools.reader version

nha21:09:58

Ah interesting. I will thanks

nha21:09:00

It seems to work with latest ! [org.clojure/tools.reader "0.10.0-alpha1โ€]

nha21:09:47

oh wait no sorry I spoke too soon