Integrações

Fontes de telemetria suportadas no Orkestra Pulse — OTLP, Prometheus e Loki.

Conecte traces, métricas e logs ao Pulse. No MVP mock, a configuração completa fica disponível após login com perfil Ops, SRE ou Admin.

otlp

OpenTelemetry (OTLP)

preview

Traces, métricas e logs via OTLP HTTP. Contrato mínimo: OTEL_SERVICE_NAME + OTEL_EXPORTER_OTLP_* + API key.

Docs: docs/CLIENT-OTEL-SETUP.md — use OTEL_EXPORTER_OTLP_ENDPOINT + OTEL_EXPORTER_OTLP_HEADERS.

  • Traces endpoint · https://api-pulse.orkestraai.com.br/v1/pulse/telemetry/otlp/v1/traces
  • API Key · pulse_live_...
  • Service name · meu-servico

prometheus

Prometheus scrape

preview

Pull de métricas de endpoints /metrics ou Prometheus remoto.

Adicione job scrape ou remote_write para o tenant Pulse.

  • Prometheus URL · http://prometheus:9090
  • Job label · orkestra-services
  • Scrape interval · 30s

loki

Grafana Loki

preview

Push de logs estruturados via Promtail, Fluent Bit ou API Loki.

Labels recomendados: env, service, level.

  • Loki push URL · https://logs.orkestra.ai/loki/api/v1/push
  • Tenant ID · orkestra-prod
  • API Key · pulse_logs_...