All Projects → openzipkin-attic → docker-zipkin-dependencies

openzipkin-attic / docker-zipkin-dependencies

Licence: Apache-2.0 license
Docker build for zipkin-dependencies.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker-zipkin-dependencies

kong-plugin-zipkin
A Kong plugin for propogating zipkin spans and reporting spans to a zipkin server - this plugin has been moved into https://github.com/Kong/kong, please open issues and PRs in that repo
Stars: ✭ 60 (+172.73%)
Mutual labels:  openzipkin
zipkin-php-example
See how much time php services spend on an http request
Stars: ✭ 52 (+136.36%)
Mutual labels:  openzipkin
zipkin-browser-extension
Chrome and Firefox browser extensions for Zipkin
Stars: ✭ 24 (+9.09%)
Mutual labels:  openzipkin
zipkin-finagle
Integration between Finagle tracing to Zipkin transports such as http and kafka
Stars: ✭ 40 (+81.82%)
Mutual labels:  openzipkin
Zipkin
Zipkin is a distributed tracing system
Stars: ✭ 14,969 (+67940.91%)
Mutual labels:  openzipkin
Brave
Java distributed tracing implementation compatible with Zipkin backend services.
Stars: ✭ 2,117 (+9522.73%)
Mutual labels:  openzipkin
zipkin-view
An alternative UI for Zipkin
Stars: ✭ 28 (+27.27%)
Mutual labels:  openzipkin

Archived

This repository is archived as it has been folded into https://github.com/openzipkin/zipkin-dependencies/tree/master/docker

docker-zipkin-dependencies

This repository contains the Docker build definition and release process for openzipkin/zipkin-dependencies.

The zipkin dependencies job pre-aggregates data such that http://your_host:9411/dependency shows links between services.

Automatically built images are available on Quay.io as quay.io/openzipkin/zipkin-dependencies, and are mirrored to Docker Hub as openzipkin/zipkin-dependencies.

Running

On-demand

To process all spans since midnight UTC, run the default entrypoint of this image pointed at your storage backend.

$ docker run --env STORAGE_TYPE=cassandra --env CASSANDRA_CONTACT_POINTS=host1,host2 openzipkin/zipkin-dependencies

Cron

To process spans since midnight every hour, and all spans each day, change the entrypoint to cron.

$ docker run ... openzipkin/zipkin-dependencies sh -c 'crond -f'

Configuration

Configuration is via environment variables, defined by zipkin-dependencies.

In docker, the following can also be set:

* `JAVA_OPTS`: Use to set java arguments, such as heap size or trust store location.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].