Re: [akka-user] using Akka with Kamon...

2015-05-29 Thread Ivan Topolnjak
Hello Albert, welcome to our community! Thanks for sharing! The thing about including the actor system name is true, but just from 0.4.0.. TS is using 0.3.5 and by then it wasn't necessary, regards! On Thu, May 14, 2015 at 11:15 PM Albert Gorski albgor...@gmail.com wrote: Hi, I'm also new in

Re: [akka-user] using Akka with Kamon...

2015-05-29 Thread Ivan Topolnjak
TS, you mentioned that you got actor metrics working with the log reporter.. now, assuming the data is being sent to the docker container, maybe you have a little issue with the template filters included in the image? Please take a look at our gitter channel from this point:

Re: [akka-user] using Akka with Kamon...

2015-05-14 Thread Albert Gorski
Hi, I'm also new in kamon but shuold't you specify actor-system name in the kamon configuration? You have : . actor = [ user/myActor* ] and it should be like that (see docs http://kamon.io/integrations/akka/actor-router-and-dispatcher-metrics/): akka-actor { includes =

Re: [akka-user] using Akka with Kamon...

2015-05-13 Thread Ivan Topolnjak
TS, The port where the docker image is listening for UDP packets is not the same as the HTTP port for the Grafana dashboard. Please make sure that both port 80 and 8125 are exposed and then point the kamon-statsd module to the appropriate mappings. If you run the image with this command: `docker

Re: [akka-user] using Akka with Kamon...

2015-05-13 Thread TS
Using boot2docker instead of Kitematic. This is what I have bash-3.2$ docker ps CONTAINER IDIMAGE COMMAND CREATED STATUS PORTS NAMES f4fd6e1d2139

Re: [akka-user] using Akka with Kamon...

2015-05-12 Thread TS
On OSX using Docker. Running the container using Kitematic. I have tried with VM IP and the port My Kamon dashboard that launches has http://192.168.99.100:32768/#/dashboard/db/welcome I see Actor metrics using LogReporter. However on the dashboard, I just see 'No datapoints' My statsd

Re: [akka-user] using Akka with Kamon...

2015-05-12 Thread Ivan Topolnjak
Hello TS! May I ask what operating system are you using? Please remember that if you are running on Windows or OSX then the Docker image is not really started in your localhost but rather on a Virtualbox VM, you will need to find the IP address of that machine and poing tha kamon-statsd module to

Re: [akka-user] using Akka with Kamon...

2015-05-11 Thread TS
Diego, Thanks, I have installed the docker container for grafana/graphite/statsd. However netstat does not show port 8125 to be open. Tried without host and port for statsd. However, I do see these messages while starting 2015-05-11 20:49:50,357 INFO supervisord started with pid 1 2015-05-11

Re: [akka-user] using Akka with Kamon...

2015-05-09 Thread Diego Parra
Hi, you can try with: kamon { ... statsd { ... report-system-metrics = true ... }} Cheers, Diego. On Fri, May 8, 2015 at 10:27 PM, TS test.tester1...@gmail.com wrote: Never mind. I was missing some configuration. I do see

Re: [akka-user] using Akka with Kamon...

2015-05-08 Thread TS
This is what I have in the pom dependency groupIdio.kamon/groupId artifactIdkamon-core_2.11/artifactId version0.3.5/version /dependency dependency groupIdio.kamon/groupId artifactIdkamon-log-reporter_2.11/artifactId version0.3.5/version

Re: [akka-user] using Akka with Kamon...

2015-05-08 Thread Ivan Topolnjak
Hello TS, I have been trying to find some additional info regarding this issue, but couldn't find anything yet :(... is it possible for you to provide us a little example to reproduce the issue? On Fri, May 8, 2015 at 2:59 AM TS test.tester1...@gmail.com wrote: Ivan, Any updates on this.

Re: [akka-user] using Akka with Kamon...

2015-05-08 Thread TS
Never mind. I was missing some configuration. I do see kamon.logreporter.LogReporterSubscriber : No user metrics reported I need to get the kamon configuration for actorCount etc. On Friday, May 8, 2015 at 6:16:44 PM UTC-7, TS wrote: OK. Good news: Using 2.3.10, no errors. However, I

Re: [akka-user] using Akka with Kamon...

2015-05-08 Thread Ivan Topolnjak
Oh, that can be a problem! We have not tested Kamon with 2.4 yet and probably the issue you are facing is due to Kamon's bytecode being liked to certain Akka internals that changed between 2.3 and 2.4. Is it possible for you to use Akka 2.3? I will let you know when we get ready to support Akka

Re: [akka-user] using Akka with Kamon...

2015-05-08 Thread TS
OK. Good news: Using 2.3.10, no errors. However, I am using kamon log reporter. I do not see any actor metrics on my logs. Should I enable something on application.conf? On Friday, May 8, 2015 at 4:40:14 PM UTC-7, Ivan Topolnjak wrote: Oh, that can be a problem! We have not tested Kamon

Re: [akka-user] using Akka with Kamon...

2015-05-07 Thread TS
Ivan, Any updates on this. Thanks in advance. On Wednesday, May 6, 2015 at 11:05:54 AM UTC-7, TS wrote: Ivan, Sorry about the cross post. I was not sure where I should post. I am using Kamon 0.3.5 On Wednesday, May 6, 2015 at 5:51:27 AM UTC-7, Ivan Topolnjak wrote: Hello TS! I just

Re: [akka-user] using Akka with Kamon...

2015-05-06 Thread Ivan Topolnjak
Hello TS! I just replied to you other email, please disregard that thread and post your answer here.. what Kamon version are you using? On Wed, May 6, 2015 at 3:07 AM TS test.tester1...@gmail.com wrote: I just started using Kamon. I am getting an error while weaving (This happens when my

Re: [akka-user] using Akka with Kamon...

2015-05-06 Thread TS
Ivan, Sorry about the cross post. I was not sure where I should post. I am using Kamon 0.3.5 On Wednesday, May 6, 2015 at 5:51:27 AM UTC-7, Ivan Topolnjak wrote: Hello TS! I just replied to you other email, please disregard that thread and post your answer here.. what Kamon version are you

[akka-user] using Akka with Kamon...

2015-05-05 Thread TS
I just started using Kamon. I am getting an error while weaving (This happens when my tests run. My surefire plugin has argLine with javaagent pointing to aspectjweaver.jar Any words of wisdom would be appreciated. Thanks in advance, TS java.lang.Exception: Unexpected exception,