GithubHelp home page GithubHelp logo

etsangsplk / sherlock Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 837 KB

sherlock is a visualization and inspection tool for tracing. It is developed to use Telegraf Zipkin Plugin and InfluxDB

Makefile 3.87% Go 51.75% Dockerfile 3.05% CSS 15.72% HTML 16.73% JavaScript 8.87%

sherlock's Introduction

sherlock is a visualization tools for tracing that uses InfluxDB as backend.

More about how, what, why is available in the docs folder.

Start daemon

make
./bin/scherlokd
curl -X GET -v localhost:8080/api/trace/34530

quick start

We use docker-compose.

  1. Checkout the project and go inside it

  2. Docker compose up

docker-compose up

Builds influxdb and telegraf, ready to be used and well configured. Telegraf with Zipkin plugin enable on port 9411. You can reach it from your host. InfluxDB exposes 8096 to the host (not 8086).

  1. Create InfluxDB database and Retention Policy
docker-compose exec influxdb influx
CREATE DATABASE traces
CREATE RETENTION POLICY weekly ON traces DURATION 1w REPLICATION 1

Traces can have a very high volume and cardinality, so we it is a good practice go set a retention policy in order to keep the database reliable and usable.

  1. Nothing more for now. You can point your applications instrumented with Opentracing sdk to 9411 to start storing traces in InfluxDB. Or you can follow this tutorial

sherlock's People

Contributors

gianarb avatar mschae16 avatar

Watchers

 avatar

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.