You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm new to using Vector and OpenTelemetry, and I'm encountering an issue when trying to send logs from a client Vector instance to a server Vector instance using the opentelemetry source and sink.
I'm seeing the following error message in my client Vector logs:
2025-04-15T16:32:04.389932Z WARN sink{component_kind="sink" component_id=otlp_sink component_type=opentelemetry}:request{request_id=1}: vector::sinks::util::retries: Retrying after response. reason=Http Status: 500 Internal Server Error internal_log_rate_limit=true
From what I understand, this minimal configuration should work—especially since both instances are using 4318 otlphttp. Am I missing something in the setup? Any guidance or insight would be greatly appreciated.
Thank you for your time and assistance!
version: vector 0.45.0
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm new to using Vector and OpenTelemetry, and I'm encountering an issue when trying to send logs from a client Vector instance to a server Vector instance using the opentelemetry source and sink.
Here's my client Vector configuration:
And here's the relevant part of my server Vector configuration:
I'm seeing the following error message in my client Vector logs:
From what I understand, this minimal configuration should work—especially since both instances are using 4318 otlphttp. Am I missing something in the setup? Any guidance or insight would be greatly appreciated.
Thank you for your time and assistance!
version: vector 0.45.0
Beta Was this translation helpful? Give feedback.
All reactions