@aient/otel
@aient/otel configures OpenTelemetry for Node.js services and exports traces and logs to Aient. Initialize it as early as possible in process startup.
Configuration
By default, traces use
https://ingest.aient.ai/v1/traces and logs use https://ingest.aient.ai/v1/logs.
The SDK sends OTLP HTTP JSON payloads. Legacy http/protobuf protocol values are accepted for compatibility but fall back to JSON.