Skip to content

Develop and test observable applications locally on your machine.

Notifications You must be signed in to change notification settings

hannahchan/LocalObservability

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalObservability

LocalObservability is a local observability stack that based around an OpenTelemetry Collector and is meant to help you develop and test observable applications on your local machine.

Spin up the LocalObservability stack using Docker Compose and then configure your application to send telemetry (logs, metrics or traces) to the OpenTelemetry Collector.

Then view your collected telemetry using Grafana at http://localhost:3000.

The stack is based on grafana/otel-lgtm and uses Loki for storing logs, Prometheus for storing metrics and Tempo for storing traces.

The stack uses a separate OpenTelemetry Collector instance which you can configure to receive telemetry from your application.

Quick Links

About

Develop and test observable applications locally on your machine.

Resources

Stars

Watchers

Forks