-
About "is being rate limited" Feb 24 20:23:18 test-server vector[25183]: 2023-02-24T12:23:18.555798Z ERROR sink{component_kind="sink" component_id=loki component_type=loki component_name=loki}:request{request_id=25}: vector_common::internal_event::service: Internal log [Service call failed. No retries or retries exhausted.] is being rate limited. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi @mlonV ,
In your case, the |
Beta Was this translation helpful? Give feedback.
-
Maybe it's my loki's limitation or rpc error, but I don't know what's wrong level=warn ts=2023-02-27T02:37:57.942100344Z caller=grpc_logging.go:43 method=/logproto.Pusher/Push duration=1.148304ms err="rpc error: code = Code(400) desc = entry with timestamp 2023-02-26 16:30:04 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:04 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:04 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:04 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:05 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:05 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:05 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:05 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:05 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\nentry with timestamp 2023-02-26 16:30:05 +0000 UTC ignored, reason: 'entry out of order' for stream: {hostname="test-server", level="DEBUG", service="victory.phpapp_dev"},\ntotal ignored: 789 out of 789" msg=gRPC |
Beta Was this translation helpful? Give feedback.
Hi @mlonV ,
is being rate limited
is just talking about Vector's internal logs that are being written to stderr. Vector is not rate limiting the stream of events flowing through it.In your case, the
loki
sink is failing to send at least some events to Loki though. You can see the HTTP 400 responses there. I would check your Loki logs to see if indicates why the requests are failing.