Skip to content

jancajthaml-devops/datadog-mock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.