Update from upstream repository#520
Conversation
This PR updates the wording of the deprecation warning of Simple Scalable Deployment (SSD) and adds a new migration guide from SSD to HA Monolithic. Signed-off-by: Christian Haudum <christian.haudum@gmail.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>
Co-authored-by: Ivan Kalita <ivan.kalita@grafana.com>
…enable page pruning on kind (#22468)
This PR updates the "Deployment modes" page with HA Monolithic deployment.
…ers in bloom filters (#22495)
**BREAKING CHANGE: This PR removes the targets `write`, `read`, and `backend`, as well as the `--legacy-read-mode` flag.** The Simple Scalable Deployment mode was deprecated and can be remove prior to Loki 4.0 The PR removes documentation where applicable, or updates it to reflect the removal from the code.
This PR adds two new metrics to better observe the push endpoint.
```
loki_distributor_push_zero_streams_count{}
# Total number of push requests with 0 streams
```
```
loki_distributor_push_stats_count{}
# Total number of successfully validated push requests aggregated by tenant, content-type, encoding, version, format
```
… chained ColumnCompat passes to match v1 (#22578)
…R=true (#22633) When running a make target that generates/changes files, such as `loki-mixin`, these files are then owned by `root`, since the container user is `root`. This can cause permission problems when switching between branches locally.
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: JoaoBraveCoding, xperimental The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
New changes are detected. LGTM label has been removed. |
The configuration code of the Nomad folder in `production/nomad/` is not production ready, therefore it rather belongs to the `examples/` folder.
Simple Scalable Deployment was removed in #21481 This commit removes the now obsolete jsonnet lib for deploying SSD.
Simple Scalable Deployment was removed in #21481 This commit removes the now obsolete SSD option in the loki-mixin (predefined dashboards) jsonnet lib.
…22447) This PR adds a new Docker compose example for HA Monolithic deployment. Signed-off-by: Christian Haudum <christian.haudum@gmail.com> Co-authored-by: J Stickler <julie.stickler@grafana.com>
|
@JoaoBraveCoding: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Refs
/cc @xperimental
/assign @JoaoBraveCoding