Vector configured to receive OpenTelemetry logs and metrics from Boomi integrations.
bash <(curl -sSL https://raw.githubusercontent.com/pythonicshahdev/boomi-observability-stack/main/install-boomi-stack.sh)
docker network create boomi-net
docker run -d \
--name vector \
--network boomi-net \
-p 4317:4317 \
-p 4318:4318 \
pythonicshahdev/boomi-vector:latest
4317)4318)Configure your Boomi Atom with the following environment variables: OTEL_EXPORTER_OTLP_ENDPOINT=http://host.docker.internal:4317
OTEL_LOGS_EXPORTER=otlp
OTEL_METRICS_EXPORTER=otlp
| Architecture | Notes |
|---|---|
linux/amd64 | Intel / AMD |
linux/arm64 | Apple Silicon, AWS Graviton |
Content type
Image
Digest
sha256:c58222f7e…
Size
54.2 MB
Last updated
5 months ago
docker pull pythonicshahdev/boomi-vector