Arize Phoenix TS
    Preparing search index...
    • Resolves the trace-export endpoint and credentials as source-aware groups.

      The endpoint resolves PHOENIX_COLLECTOR_ENDPOINT first, then the OTel-standard OTEL_EXPORTER_OTLP_TRACES_ENDPOINT and OTEL_EXPORTER_OTLP_ENDPOINT, then PHOENIX_ENDPOINT — so a configuration that names Phoenix once exports spans there rather than silently to localhost.

      Returns {
          credentials: {
              apiKey?: string;
              headers?: Headers;
              source?: EnvironmentValueSource;
          };
          endpoint: ResolvedTraceExportEndpoint;
      }