Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation feedback: /docs/sources/get-started/_index.md #15842

Open
mattmartini opened this issue Jan 19, 2025 · 1 comment
Open

Documentation feedback: /docs/sources/get-started/_index.md #15842

mattmartini opened this issue Jan 19, 2025 · 1 comment

Comments

@mattmartini
Copy link

On the page:

https://grafana.com/docs/loki/latest/get-started/

There is a tutorial video. At 7:13 in the video she says everything (loki config, docker compose yaml, and a collector) will be in the github repo
https://github.com/grafana/loki-fundamentals/tree/what-is-loki

However, the only thing in the repo is the Carnivorous Green House app. None of what is needed for Loki and Grafana.

Furthermore, the app doesn't seem to be functional. Here it is running:

docker ps
CONTAINER ID   IMAGE                                        COMMAND           CREATED        STATUS        PORTS                                                                                       NAMES
63b45092f2e5   carnivorous_green_house-carnivorous-garden   "python app.py"   2 hours ago    Up 2 hours    0.0.0.0:5005->5000/tcp, [::]:5005->5000/tcp                                                 carnivorous_green_house-carnivorous-garden-1

But, errors when going to the website:

wget http://localhost:5005
--2025-01-18 19:18:15--  http://localhost:5005/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:5005... connected.
HTTP request sent, awaiting response... Read error (Connection reset by peer) in headers.
Retrying.

Just letting you know.

@JStickler
Copy link
Contributor

@mattmartini
I'm seeing the Docker file here -> https://github.com/grafana/loki-fundamentals/blob/what-is-loki/docker-compose.yml
The Loki config is here -> https://github.com/grafana/loki-fundamentals/blob/what-is-loki/loki-config.yaml
And the alloy collector is here -> https://github.com/grafana/loki-fundamentals/blob/what-is-loki/alloy-config.alloy

I'll let the developer advocate team (who created the tutorial) know about this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants