cedricziel / dd-extension-lgtm

LGTM (Loki, Grafana, Tempo, Mimir) for Docker Desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana LGTM Docker Desktop extension

This repository contains a docker desktop extension to embed the LGTM stack into Docker Desktop (DD).

To install the development state, use:

docker extension install cedricziel/dd-extension-lgtm:dev

Please look at individual releases to learn how to install a specific version.

NOTE: This project is not affiliated with Grafana Labs.

Docker Desktop Screenshot

What's in the box?

This extension ships a pre-configured LGTM stack:

  • Loki as a store for logs
  • Grafana as a flexible dashboarding/query tool
  • Tempo as a store for tracing
  • Mimir as a metric store
  • OpenTelemetry collector as the point of ingress

FAQ

  1. Where is the data?

The data is currently stored in the respective containers.

  1. How can I reset the state?

You can uninstall and re-install the extension.

  1. How to ingest data?

This PoC is optimized for OpenTelemetry ingress via OTLP. This means you should be able to ingest data by setting OTEL_EXPORTER_OTLP_ENDPOINT on the observed and instrumented process.

The value of OTEL_EXPORTER_OTLP_ENDPOINT would be depending on your network setup, but in essence, you point it to your local docker host.

Format is as follows: OTEL_EXPORTER_OTLP_ENDPOINT=host.docker.internal:4317

License

MIT

About

LGTM (Loki, Grafana, Tempo, Mimir) for Docker Desktop

License:MIT License


Languages

Language:Makefile 31.6%Language:Dockerfile 27.0%Language:JavaScript 14.2%Language:CSS 11.5%Language:Go 10.4%Language:HTML 5.0%Language:Shell 0.3%