Giter VIP home page Giter VIP logo

statsdexample's Introduction

DogStatsD java client example

A very basic example of DogStatsD usage with Java. This assumes the following prerequsites:

  • You already have a JDK installed (ex: OpenJDK 11)
  • You already have a Datadog agent running.
COMP10619:pejman.tabassomi$ DOCKER_CONTENT_TRUST=1 docker run -d --rm --name datadog_agent \
-h datadog -v /var/run/docker.sock:/var/run/docker.sock:ro -v /proc/:/host/proc/:ro \
-v /sys/fs/cgroup/:/host/sys/fs/cgroup:ro \
-p 8126:8126 -p 8125:8125/udp -e DD_API_KEY=<your api key> -e DD_APM_ENABLED=true \
-e DD_APM_NON_LOCAL_TRAFFIC=true -e DD_PROCESS_AGENT_ENABLED=true -e DD_DOGSTATSD_NON_LOCAL_TRAFFIC="true" \
-e DD_LOG_LEVEL=debug datadog/agent:7

Preliminary tasks

Building the application

COMP10619:pejman.tabassomi$ ./gradlew build

Run the tests

Open a new terminal window and run the following command:

COMP10619:Kafka pejman.tabassomi$ java -jar build/libs/statsdexample-1.0-SNAPSHOT.jar
Counter iteration: 0
Counter iteration: 1
Counter iteration: 2
Counter iteration: 3
Counter iteration: 4
Counter iteration: 5
Counter iteration: 6
Counter iteration: 7
Counter iteration: 8
Counter iteration: 9
Gauge iteration: 0
Gauge iteration: 1
Gauge iteration: 2
...

statsdexample's People

Contributors

ptabasso2 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.