Giter Club home page Giter Club logo

ddogzip's Introduction

Docker Pulls

DDogZip

DDogZip is a tool designed to facilitate local development by converting DataDog-style traces into Zipkin formats.

It allows developers to debug and analyze their traces locally without the need to transmit data to DataDog's infrastructure.

This tool is not intended to replace DataDog, but rather to enhance the debugging process during development phases where local trace analysis is required.

Getting Started

Configuration

DDogZip can be configured using environment variables as follows:

DDTRACE_PORT: Port to listen for Datadog client requests (default: 8126) ZIPKIN_HOST: Hostname for the Zipkin collector (default: localhost) ZIPKIN_PORT: Port for the Zipkin collector (default: 9411) LOG_LEVEL: Logging level (warn, info, error, debug) (default: info)

Running Locally

To start the application, run:

mix run --no-halt

Runnin with Docker

docker run \
    -p 8126:8126 \
    -e DDTRACE_PORT=8126 \
    -e ZIPKIN_HOST=localhost \
    -e ZIPKIN_PORT=9411 \
    ddogzip

Make sure to adjust the ZIPKIN_HOST, ZIPKIN_PORT, and LOG_LEVEL environment variables according to your Zipkin configuration and logging preferences.

ddogzip's People

Contributors

luisgabrielroldan avatar

Stargazers

Ben Hicks avatar Santiago Ferreira avatar

Watchers

 avatar  avatar

Forkers

san650

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.