Skip to content

Instantly share code, notes, and snippets.

@up1
Last active March 15, 2024 13:47
Show Gist options
  • Save up1/d87ec5593c27208870a8f2570840d778 to your computer and use it in GitHub Desktop.
Save up1/d87ec5593c27208870a8f2570840d778 to your computer and use it in GitHub Desktop.
Docker Otel LGTM
$docker-compose up -d
$docker compose ps
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS
lgtm-lgtm-1 grafana/otel-lgtm "/bin/sh -c ./run-al…" lgtm 45 seconds ago Up 45 seconds 0.0.0.0:3000->3000/tcp, 0.0.0.0:4317-4318->4317-4318/tcp
$docker images | grep "grafana/otel-lgtm"
grafana/otel-lgtm latest f11d1d6cc69b 2 weeks ago 1.34GB
version: "3"
services:
lgtm:
image: grafana/otel-lgtm
ports:
- "4317:4317"
- "4318:4318"
- "3000:3000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment