JuneYuan / dogdata

Inspired by DataDog lol~ To understand monitoring better by learning to create one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DogData

Run

  • Start datadog-agent
cd <datadog-agent directory>
./bin/agent/agent run -c bin/agent/dist/datadog.yaml
  • Start influxDB influxd

  • Start dogdata

  • Send a statsD message through datadog-agent to dogdata.

echo -n "custom_metric:82|g|#port:9125" | nc -4u -w0 127.0.0.1 9125

  • Verify the data in influxDB.

About

Inspired by DataDog lol~ To understand monitoring better by learning to create one.


Languages

Language:Go 98.9%Language:Dockerfile 1.1%