Help Needed: Error Sending Logs to Arize OTEL - StatusCode.UNKNOWN
Hey i'm trying to send logs to Arize OTEL and seeing this error - can I get some help Here's what I'm following: https://docs.arize.com/arize/large-language-models/tracing/manual-instrumentation/python
ERROR:opentelemetry.exporter.otlp.proto.grpc.exporter:Failed to export traces to otlp.arize.com, error code: StatusCode.UNKNOWN
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/opentelemetry/exporter/otlp/proto/grpc/exporter.py", line 262, in _export
self._client.Export(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/grpc/_channel.py", line 1161, in __call__
return _end_unary_response_blocking(state, call, False, None)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/grpc/_channel.py", line 1004, in _end_unary_response_blocking
raise _InactiveRpcError(state) # pytype: disable=not-instantiable
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "All spans failed. Found 3 errors: rpc error: code = InvalidArgument desc = external_model_id is required; rpc error: code = InvalidArgument desc = external_model_id is required; rpc error: code = InvalidArgument desc = external_model_id is required"
debug_error_string = "UNKNOWN:Error received from peer ipv4:34.49.228.251:443 {created_time:"2024-07-22T07:39:49.127889-07:00", grpc_status:2, grpc_message:"All spans failed. Found 3 errors: rpc error: code = InvalidArgument desc = external_model_id is required; rpc error: code = InvalidArgument desc = external_model_id is required; rpc error: code = InvalidArgument desc = external_model_id is required"}"
>