Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

credimi-otel

Shared OTel backend for credimi-runner instances.

Current stack:

  • OpenTelemetry Collector receives OTLP traces, metrics, and logs.
  • Jaeger stores and displays traces.
  • Metrics and logs are accepted by the collector and emitted through the collector debug exporter.

Start from this repo root:

docker compose up -d

Main endpoints:

  • Jaeger UI: http://localhost:16686
  • OTLP HTTP ingest: http://localhost:4318
  • OTLP gRPC ingest: localhost:4317
  • Collector health: http://localhost:13133

Deployment notes:

  • Expose otel-collector publicly only if external OTLP ingest is required.
  • Expose jaeger only where trace inspection is needed.
  • Jaeger stores traces only in this stack.

About

Otel collector deployment and service

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors