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
OTLP must throttle the clients when it receives a backpressure from the pipeline (e.g. memory_limiter).
Must comply with OTLP spec and use gRPC status codes + RetryInfo (see the spec).
Also currently does not seem to correctly handle non-permanent errors returned by next consumer. We return 500, which according to OTLP spec means client will not retry. This means we will lose data.
Instead for retryable errors we must return 503 and for permanent errors must return 400 or similar.
lhns, vikrambe, stanmarsh2, twix14, vadimp and 1 more