Grafana with 6 pre-built dashboards for Boomi OTel telemetry — runs with no configuration
10K+
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.
| Dashboard | Description |
|---|---|
| Pipeline Health | Telemetry metrics for OTel Collector, Vector, and Prometheus pipelines |
| Logs Overview | Boomi log volume, error rate trends, and severity distribution |
| Traces Overview | Trace/span counts, error spans, and average execution duration |
| JVM Health | Heap memory, garbage collection, active threads, and CPU per runtime |
| Process Execution | Running vs. queued processes and execution duration stats |
| Runtime Status | Memory flags, message delivery metrics, and embedded queue server health |
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
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:9200and Prometheus runs internally — accessed by Grafana automatically, not needed in a browser
http://localhost:3000adminchangeme| Tag | Description |
|---|---|
latest | Most recent build |
2026-07-22 | Current stable release |
2026-07-19 | Previous release |
Content type
Image
Digest
sha256:a5028808a…
Size
519.6 MB
Last updated
9 days ago
docker pull pythonicshahdev/otel-fanout-grafana