metrico / qryn

Polyglot Observability Stack. Lightweight & Drop-in compatible with Loki, Prometheus, Tempo, Pyroscope, Opentelemetry, Datadog & more! WASM powered ⭐️ Star to Support
https://qryn.dev
GNU Affero General Public License v3.0
1.05k stars 63 forks source link

Issue with Log Viewing in Qryn Setup with Docker #517

Closed raushanraja closed 2 weeks ago

raushanraja commented 2 weeks ago

Hello, I'm currently setting up Qryn on my local system using Docker.

I've followed the steps in the getting started guide and successfully launched the containers. Next, I attempted to send logs using the API through curl. However, I'm encountering an issue where I'm unable to view any logs in qryn-view. I would appreciate any assistance with resolving this issue and would like to know if there's a step I might have missed.

services: qryn: image: qxip/qryn:latest ports:

lmangani commented 2 weeks ago

Thanks for opening this issue and welcome to the community!

image

raushanraja commented 2 weeks ago

Thanks, that fixed my issue. The source was incorrect.

FYI, as suggest moving to grafana/grafana-oss:10.2.2 docker image works as well.

raushanraja commented 2 weeks ago

Closing the issue, as it's resolved for me.