nemo-relay-export-openinference

por nvidia

Configure and use NeMo Relay OpenInference export for OTLP backends that understand OpenInference semantics

npx skills add https://github.com/nvidia/nemo-relay --skill nemo-relay-export-openinference

Export OpenInference Traces

Use this skill when the destination expects OpenInference semantic conventions, for example Arize Phoenix or another OpenInference-aware OTLP backend.

Default Path

  • Build the binding-specific OpenInferenceConfig
  • Set endpoint, transport, service metadata, and headers
  • Construct and register the subscriber
  • Run instrumented scoped work
  • Deregister, flush, and shut down when done

Embedded OpenInference Semantics

  • OpenInference export is for OTLP backends that understand model-centric OpenInference semantic conventions.
  • Configure transport, endpoint, service_name, optional namespace and version, instrumentation scope, headers, resource attributes, and timeout.
  • Start with http_binary transport and an OTLP/HTTP traces endpoint. Use grpc only when a Tokio runtime is active.
  • Scope, tool, and LLM start inputs become input.value.
  • Scope, tool, and LLM end outputs become output.value.
  • LLM usage metadata maps token counters when provider responses include usage.
  • Use explicit config fields for endpoint, headers, resource attributes, and service identity in application code.
  • Validate export by checking construction logs, collector traffic, and spans from the same root_uuid in the tracing backend.

Important Semantics

  • Spans include OpenInference semantic attributes
  • LLM spans derive input.value from request content, not request headers
  • Scope types map to OpenInference span kinds
  • Orphan mark events still export as zero-duration spans

Troubleshooting Focus

  • No spans in the OpenInference-aware backend
  • Expected semantic attributes missing
  • Wrong scope types or no active scope
  • Wrong OTLP transport for the chosen binding or target

Related Skills

  • nemo-relay-setup-observability
  • nemo-relay-export-otel
  • nemo-relay-typed-wrappers-codecs

Más skills de nvidia

compileiq-debug
nvidia
Úsalo cuando algo esté mal: Search() se cuelga, todas las evaluaciones devuelven INVALID_SCORE, las puntuaciones no mejoran, cada configuración devuelve el mismo número, errores de ptxas…
official
create-github-pr
nvidia
Crear solicitudes de extracción de GitHub usando la CLI gh. Usar cuando el usuario quiera crear un nuevo PR, enviar código para revisión o abrir una solicitud de extracción. Palabras clave de activación -…
official
diagnose-perf
nvidia
First-responder performance triage for Isaac Sim and Isaac Lab. Identifies bottleneck category (GPU-bound, CPU-bound, VRAM, loading) using nvidia-smi and…
official
eagle3-review-logs
nvidia
Revisa los registros de experimentos del pipeline EAGLE3 desde el directorio experiments/ del lanzador. Resume el estado de aprobación/fallo para las 4 tareas, diagnostica fallos con la causa raíz…
official
nemoclaw-maintainer-cross-issue-sweep
nvidia
Scans other open issues to find ones a given PR may also fix or accidentally break. Outputs adjacent-fix opportunities and contradiction risks with file:line…
official
karpathy-guidelines
nvidia
Pautas de comportamiento para reducir errores comunes de codificación en LLM. Úselas al escribir, revisar o refactorizar código para evitar la sobrecomplicación, realizar cambios quirúrgicos,…
official
fhir-basics
nvidia
Enseña a los agentes cómo funcionan las APIs de FHIR R4, qué recursos están disponibles, cómo consultarlos con parámetros de búsqueda y cómo analizar correctamente todos los formatos de respuesta…
official
underdeclared-agent
nvidia
A helpful assistant agent
official