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

register boltdb shipper compactor cli flags #2546

Merged

Conversation

sandeepsukhani
Copy link
Contributor

@sandeepsukhani sandeepsukhani commented Aug 25, 2020

What this PR does / why we need it:
Register boltdb shipper compactor cli flags.
I have also changed flag names to have a prefix to be able to associate flags with the component that they belong to.
It also fixes a bug in the listing of dbs from tables in hosted object stores.

@codecov-commenter
Copy link

Codecov Report

Merging #2546 into master will decrease coverage by 0.03%.
The diff coverage is 25.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2546      +/-   ##
==========================================
- Coverage   63.46%   63.43%   -0.04%     
==========================================
  Files         166      166              
  Lines       14582    14583       +1     
==========================================
- Hits         9254     9250       -4     
- Misses       4586     4597      +11     
+ Partials      742      736       -6     
Impacted Files Coverage Δ
pkg/loki/loki.go 0.00% <0.00%> (ø)
pkg/storage/stores/shipper/compactor/compactor.go 0.00% <0.00%> (ø)
pkg/storage/stores/shipper/compactor/table.go 65.00% <100.00%> (ø)
pkg/promtail/positions/positions.go 46.49% <0.00%> (-13.16%) ⬇️
pkg/logql/evaluator.go 92.47% <0.00%> (-0.41%) ⬇️
pkg/promtail/targets/file/filetarget.go 69.14% <0.00%> (+2.85%) ⬆️
pkg/promtail/targets/file/tailer.go 79.16% <0.00%> (+8.33%) ⬆️

@sandeepsukhani sandeepsukhani merged commit 2bb2eeb into grafana:master Aug 27, 2020
cyriltovena pushed a commit to cyriltovena/loki that referenced this pull request Jun 11, 2021
…a#2546)

* provisioning of table for delete requests using table manager

Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>

* changes suggested from PR review

Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>

* generate doc

Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>

* fixed tag for delete store config

Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>

* changes suggested from PR review

Signed-off-by: Sandeep Sukhani <sandeep.d.sukhani@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants