datadog-mock is a golang statsd mock server listening on port 8125 and relaying events to stdout.
Bootstrap environment with make install test
then grab ./target/datadog_mock
or docker image datadog/mock
.
Run in docker with make run
or ./target/datadog_mock
locally.
When datadog/mock is running you can either test simple relay
./dev/event-producer.sh
or siege with make perf
.
This service is distributed under the Apache License, Version 2.0 license found in the LICENSE file.