request to http://loki:3100/otlp/v1/logs/v1/logs responded with HTTP Status Code 404 #34233
Replies: 1 comment 2 replies
-
have you tried
instead of
The OTEL connector already appends |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm facing this issue trying to use Otel collector with loki inside docker...
loki-local-config.yaml:
otel-collector-config.yaml
I've tryied with "http://loki:3100/loki/api/v1/push" endpoint but still the same problem:
2024-07-23 20:44:44 2024-07-23T23:44:44.250Z error exporterhelper/queue_sender.go:90 Exporting failed. Dropping data. {"kind": "exporter", "data_type": "logs", "name": "otlphttp", "error": "not retryable error: Permanent error: rpc error: code = Unimplemented desc = error exporting items, request to http://loki:3100/loki/api/v1/push/v1/logs responded with HTTP Status Code 404", "dropped_items": 1}
Without any endpoints, only with "http://loki:3100":
{"kind": "exporter", "data_type": "logs", "name": "otlphttp", "error": "not retryable error: Permanent error: rpc error: code = Unimplemented desc = error exporting items, request to http://loki:3100/v1/logs responded with HTTP Status Code 404", "dropped_items": 1}
Beta Was this translation helpful? Give feedback.
All reactions