-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Promote sidecar shipper.upload-compacted flag to non hidden, non experimental state. #1833
Conversation
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.
Small grammar nits
docs/quick-tutorial.md
Outdated
@@ -93,6 +93,11 @@ thanos sidecar \ | |||
|
|||
* _[Example Kubernetes manifests using Prometheus operator](https://github.com/coreos/prometheus-operator/tree/master/example/thanos)_ | |||
|
|||
### Uploading old metrics. | |||
|
|||
When sidecar is ran wit `--shipper.upload-compacted` flag it will sync all older existing blocks from the Prometheus local storage on startup. |
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.
When the sidecar is run with the --...
docs/quick-tutorial.md
Outdated
### Uploading old metrics. | ||
|
||
When sidecar is ran wit `--shipper.upload-compacted` flag it will sync all older existing blocks from the Prometheus local storage on startup. | ||
NOTE: This assumes you never run sidecar with block uploading against this bucket. Otherwise manual steps are needed to remove overlapping blocks from bucket. |
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.
... from the bucket.
…rimental state. Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
Hmm could we have a race?
|
@squat Will look on that. Not introduced by this PR for sure (: |
Yes that’s for sure. We’ll need to do a bit of digging to identify. |
Signed-off-by: Bartek Plotka bwplotka@gmail.com