• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    Scala
  • License
    Apache License 2.0
  • Created about 11 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Library for monitoring the Typesafe stack-based applications.

#Monitoring of stuff Build Status

Include one *-agent, create /META-INF/aop.xml that liststs the aspects to be weaved in. Include one of the *-output dependencies so that the aspects know how to send the metrics out.

No Maven dependecies between the agent and ouput. We may have output-api module, which defines some classes or interfaces that all output modules must implement. The agents and the outputs depend on the api.

##Example project

###Dependencies Add org.eigengo.monitor:akka-agent:0.1, org.eigengo.monitor:statsd-output:0.1.

###Configuration In your project (not the monitor), create:

/META-INF/aop.xml <- lists the aspects from akka-agent to be weaved in
/META-INF/monitor/agent.conf <- Typesafe config-style settings for the agent
/META-INF/monitor/statsd.conf <- Tyepsafe config-style settings for the output

Know the class name that will be used as output.

#Monitoring other stuff In Play, use org.eigengo.monitor:play-agent:0.1 with the desired output module.

More Repositories

1

akka-patterns

Demonstration of the common Akka patterns
C++
564
star
2

activator-akka-spray

Basic Akka / Spray template showing REST API built around Akka actors.
JavaScript
134
star
3

lift

...Do you even? Exercise in exercise analysis
C++
91
star
4

activator-akka-cassandra

Activator template showing Cassandra in Akka
Scala
58
star
5

scalad

Scala Data access for NoSQL databases
Scala
47
star
6

akka-extras

Useful components we discovered in akka-patterns
Scala
39
star
7

activator-spray-twitter

Activator showing how to use Spray Client to implement a streaming Twitter client
Scala
36
star
8

opensourcejournal

The articles for the open source journal
Java
27
star
9

specs2-spring

Spring Integration testing for Specs2
Java
25
star
10

reactive-summit-2016

Scala
23
star
11

springone2gx2013

SpringOne 2GX talk
C++
19
star
12

phillyete2014

Philly ETE Reactive APIs talk
Scala
17
star
13

activator-akka-aspectj

Activator showing integration of AspectJ to monitor the ActorSystem
HTML
15
star
14

sbt-raml-plugin

RAML compiler and documentation generator
Scala
15
star
15

akka-csug

Code for the CSUG meetup
Scala
14
star
16

activator-leag

Lagom eye for the Akka guy
Java
13
star
17

spray-akka

Akka, Spray; OpenCV; iOS example
C++
13
star
18

activator-cqrs-rest

Activator that demonstrates the approaches to building REST interfaces around distributed CQRS applications
Scala
11
star
19

activator-akka-nashorn

Using the Nashorn JS engine in Akka (including futures and promises)
Scala
8
star
20

activator-mirror

Mirror API client for Spray
Scala
8
star
21

sbt-mdrw

SBT Markdown rewriter
Scala
8
star
22

st-workshop

Strongly-typed FP workshop
Scala
7
star
23

scalaexchange2013

The Scala eXchange 2013 talk
Scala
7
star
24

codemesh2013

CodeMesh.io 2013 talk
C++
7
star
25

activator-breeze-streams

Activator showing machine learning with Akka Streams and Breeze
Scala
6
star
26

ak-lambda

Akka & Kafka lambda architecture demonstrator
Scala
5
star
27

spock-spring-it

Spring integration test support for Spock
Java
5
star
28

lambdadays2014

The Lambda Days 2014 talk sources & slides
C++
5
star
29

activator-reactive-monitor

Adding monitoring (with various outputs) to a plain Akka application
4
star
30

reactive-architecture-cookbook-code

Mathematica
4
star
31

scala-launchpad

Scala Launchpad code & tutorials
Scala
4
star
32

raml-mock

RAML Mocks test components
Scala
3
star
33

reactive-architecture-cookbook

Cookbook of reactive architectures
TeX
2
star
34

scala-cookbook

Scala
2
star
35

hwsexp

Haskell Websockets experiment
Haskell
1
star
36

activator-extras

Tools and utilities for the Typesafe Activator
Scala
1
star