Skip to content

nemirlev/observability-pet-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Obesrvability on docker-compose

Introduction

This project is a simple example of how to use observability tools in a docker-compose environment. The tools used are:

  • VictoriaMetrics for metrics
  • Grafana for visualization
  • Loki for logs
  • Vector for logs and metrics routing
  • Jaeger for tracing
  • Tempo for tracing

How to run

First need create external network for docker-compose:

docker network create monitoring

Then run the following command:

docker compose up -d

and run example app with:

cd examples/laravel && docker compose up -d

About

Docker Compose configurations and code examples for deploying observability (metrics, logs, and traces) in pet projects with Laravel, Go, and Node.js using VictoriaMetrics, Loki, Tempo, Jaeger, and Grafana.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors