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

Fix typo #3002

Merged
merged 1 commit into from
Dec 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion production/docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Some features of the deployment:
docker-compose -f ./docker-compose-ha-memberlist.yaml up
```

1. When adding data source in the grafana dashboar, using `http://loki-gateway:3100` for the URL field.
1. When adding data source in the grafana dashboard, using `http://loki-gateway:3100` for the URL field.

1. To clean up

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ server:
log_level: debug

memberlist:
join_members: ["loki-1", "loki_2", "loki_3"]
join_members: ["loki-1", "loki-2", "loki-3"]
dead_node_reclaim_time: 30s
gossip_to_dead_nodes_time: 15s
left_ingesters_timeout: 30s
Expand Down