Skip to content

packetloop/datadog-mock

 
 

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.

About

DataDog mock service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 47.5%
  • Shell 20.1%
  • Dockerfile 20.0%
  • Makefile 12.4%