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

docs: Replace old values in operations.md #864

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

maltekrupa
Copy link
Contributor

from: 0 throws

level=error ts=2019-08-07T12:02:15.385981107Z caller=main.go:48 msg="error loading config" filename=/etc/loki/local-config.yaml err="parsing time \"0\" as \"2006-01-02\": cannot parse \"0\" as \"2006\""

store: dynamo throws:

level=error ts=2019-08-07T11:59:01.688427565Z caller=main.go:71 msg="error initialising loki" err="error initialising module: table-manager: Unrecognized storage client dynamo, choose one of: aws, cassandra, inmemory, gcp, bigtable, bigtable-hashed"

What this PR does / why we need it:

Current docs in operations.md result in errors on startup of loki. Changing these values makes the service start.

Which issue(s) this PR fixes:

None.

Special notes for your reviewer:

None

Checklist

  • Documentation added
  • Tests updated

`from: 0` throws
```
level=error ts=2019-08-07T12:02:15.385981107Z caller=main.go:48 msg="error loading config" filename=/etc/loki/local-config.yaml err="parsing time \"0\" as \"2006-01-02\": cannot parse \"0\" as \"2006\""
```

`store: dynamo` throws:
```
level=error ts=2019-08-07T11:59:01.688427565Z caller=main.go:71 msg="error initialising loki" err="error initialising module: table-manager: Unrecognized storage client dynamo, choose one of: aws, cassandra, inmemory, gcp, bigtable, bigtable-hashed"
```
@CLAassistant
Copy link

CLAassistant commented Aug 7, 2019

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@sandeepsukhani sandeepsukhani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the PR!

@sandeepsukhani sandeepsukhani merged commit ec41452 into grafana:master Aug 13, 2019
@maltekrupa maltekrupa deleted the patch-1 branch September 28, 2023 09:46
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

Successfully merging this pull request may close these issues.

3 participants