This repository has been archived by the owner on Nov 14, 2022. It is now read-only.
chore(deps): update container image grafana/loki to v2.7.0 #965
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.6.1
->2.7.0
Release Notes
grafana/loki
v2.7.0
Compare Source
Loki
Enhancements
push
mode to Loki canary that can directly push logs to given Loki URL.vector(0)
grammar.__timestamp__
and__line__
are now available in the logqllabel_format
query stage.embedded-cache
which is an in-process cache system that runs loki without the need for an external cache (like memcached, redis, etc). It can be run in two modesdistributed: false
(default, and same as oldfifocache
) anddistributed: true
which runs cache in distributed fashion sharding keys across peers if Loki is run in microservices or SSD mode.username
to redis cache configuration.Fixes
rangemapper
to support the newVectorExpr
expression.loki_boltdb_shipper
prefix fromtables_upload_operation_total
metric.json
parser after aline_format
pipeline stage.failed to receive pubsub messages
error with promtail GCPLog client.Changes
io/ioutil
withio
andos
.loki_log_messages_total
toloki_internal_log_messages_total
Promtail
Enhancements
Fixes
LabelSampleExtractor
ignore processing the line if it doesn't contain that specific label. Fixes unwrap behavior explained in the issue https://github.com/grafana/loki/issues/6713Changes
Error
toInfo
Logcli
Fluent Bit
Loki Canary
Jsonnet
ServiceMonitor
object for Prometheus scraping through configuration parametercreate_service_monitor
. Simplify mixin usage by adding (https://github.com/prometheus-operator/kube-prometheus) library.Notes
This release was created from a branch starting at commit
706c22e9e40b0156031f214b63dc6ed4e210abc1
but it may also contain backported changes from main.Check the history of the branch
release-2.7.x
.Dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.