Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.12 KB

datadog-mock

datadog-mock is a golang statsd mock server listening on port 8125 and relaying events to stdout.

Docker Version Static Analysis Go Report Card

Getting started

Bootstrap environment with make install test then grab ./target/datadog_mock or docker image datadog/mock.

Testing

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.

License

This service is distributed under the Apache License, Version 2.0 license found in the LICENSE file.