Sign inSign up

pythonicshahdev/otel-fanout-grafana

By pythonicshahdev

•Updated 9 days ago

Grafana with 6 pre-built dashboards for Boomi OTel telemetry — runs with no configuration

Image
0

10K+

pythonicshahdev/otel-fanout-grafana repository overview

⁠OTel Fanout Grafana

Pre-configured Grafana instance equipped with out-of-the-box dashboards for Boomi OpenTelemetry. Zero setup required — datasources, provisioning, and visualization dashboards are pre-installed and ready to run.


⁠📊 Included Dashboards

DashboardDescription
Pipeline HealthTelemetry metrics for OTel Collector, Vector, and Prometheus pipelines
Logs OverviewBoomi log volume, error rate trends, and severity distribution
Traces OverviewTrace/span counts, error spans, and average execution duration
JVM HealthHeap memory, garbage collection, active threads, and CPU per runtime
Process ExecutionRunning vs. queued processes and execution duration stats
Runtime StatusMemory flags, message delivery metrics, and embedded queue server health

⁠🚀 Quick Start & Deployment

Run Grafana alongside the entire observability stack via Docker Compose:

curl -O https://raw.githubusercontent.com/pythonicsshadev/otel-fanout-quickstart/main/docker-compose.yml
docker compose up -d


⁠2. Standalone Container Run

To deploy the Grafana container independently on an existing Docker network:

docker run -d \
  --name grafana \
  --network boomi-net \
  -p 3000:3000 \
  -e GF_SECURITY_ADMIN_USER=admin \
  -e GF_SECURITY_ADMIN_PASSWORD=changeme \
  -v grafana-data:/var/lib/grafana \
  pythonicshahdev/otel-fanout-grafana:latest

Prerequisites for Standalone Mode: Expects OpenSearch reachable at http://opensearch:9200 and Prometheus runs internally — accessed by Grafana automatically, not needed in a browser


⁠🔐 Accessing Grafana

  • URL: http://localhost:3000
  • Default Credentials:
  • Username: admin
  • Password: changeme

⁠🏷️ Image Tags

TagDescription
latestMost recent build
2026-07-22Current stable release
2026-07-19Previous release

Tag summary

Content type

Image

Digest

sha256:a5028808a…

Size

519.6 MB

Last updated

9 days ago

docker pull pythonicshahdev/otel-fanout-grafana