-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[new] chunk backend: Integrate Alibaba Cloud oss #8410
Conversation
# Conflicts: # docs/sources/configuration/_index.md # docs/sources/configuration/examples.md # go.mod # go.sum # pkg/storage/config/schema_config.go # pkg/storage/factory.go # vendor/modules.txt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the tests file I mentioned, but LGTM!
@@ -0,0 +1,40 @@ | |||
package alibaba |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove this file -- it's not regularly run and checks for keys Prom/prometheus
which isn't guaranteed to exist. I think it's easier to remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
remove test
What this PR does / why we need it:
This PR is in preparation for another PR review(https://github.com/grafana/loki/pull/5522), mainly to resolve code conflicts after the merge master branch.
Which issue(s) this PR fixes:
Fixes (#5522)
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)CHANGELOG.md
updateddocs/sources/upgrading/_index.md