Skip to content

Instantly share code, notes, and snippets.

View bocharovf's full-sized avatar

Philipp Bocharov bocharovf

  • MTS
View GitHub Profile
@bocharovf
bocharovf / clickhouse-plugin-config.yaml
Created October 15, 2021 21:12
Compare Clickhouse and Elasticsearch for Jaeger
address: tcp://clickhouse:9000
@bocharovf
bocharovf / docker-compose.yml
Last active April 10, 2024 21:51
Complete Jaeger docker-compose deployment with ElasticSearch (oss) and Apache Kafka. Jaeger Query and Kibana to search logs and traces. Monitoring with Prometheus and Grafana.
version: "3"
services:
# Using ElasticSearch as a storage for traces and logs
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.1
networks:
- elastic-jaeger
ports: