Sign inSign up

pythonicshahdev/boomi-vector

By pythonicshahdev

•Updated 5 months ago

Image
0

885

pythonicshahdev/boomi-vector repository overview

⁠Boomi Vector - OTLP Receiver

Vector configured to receive OpenTelemetry logs and metrics from Boomi integrations.


⁠Quick Start (Full Stack)

bash <(curl -sSL https://raw.githubusercontent.com/pythonicshahdev/boomi-observability-stack/main/install-boomi-stack.sh)

⁠Standalone Usage

docker network create boomi-net
docker run -d \
  --name vector \
  --network boomi-net \
  -p 4317:4317 \
  -p 4318:4318 \
  pythonicshahdev/boomi-vector:latest

⁠What's Included

  • OTLP gRPC receiver (port 4317)
  • OTLP HTTP receiver (port 4318)
  • Pre-configured to send to OpenSearch
  • Preserves all raw Boomi telemetry data

⁠Configuration

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


⁠Supported Architectures

ArchitectureNotes
linux/amd64Intel / AMD
linux/arm64Apple Silicon, AWS Graviton

Tag summary

Content type

Image

Digest

sha256:c58222f7e…

Size

54.2 MB

Last updated

5 months ago

docker pull pythonicshahdev/boomi-vector