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.
Created by
brew bumpCreated with
brew bump-formula-pr.Details
release notes
SECURITY: upgrade Go builder from Go1.25.4 to Go1.25.5. See the list of issues addressed in Go1.25.5.
FEATURE: vlagent: add an ability to collect logs from Kubernetes Pods. See these docs for details. Thanks to @vadimalekseev for the pull request. See #538.
FEATURE: OpenTelemetry data ingestion: reduce CPU usage by up to 10x. Thanks to @vadimalekseev for the pull request #720.
FEATURE: OpenTelemetry data ingestion: parse
EventNamein theLogRecordand store it into log stream fields. See #826.FEATURE: HTTP querying API: automatically convert the results of
row_any(),row_min()androw_max()stats functions to labels in/select/logsql/stats_queryand/select/logsql/stats_query_rangefunctions. This allows obtaining a sample of log message in alerting rules with the following query:... | stats count() as hits, row_any(_msg) as msg_sample. See #81.FEATURE: web UI: show VictoriaLogs version in the vmui's footer. See #116.
FEATURE: web UI: sync selected tenant with AccountID/ProjectID returned in response headers. See #656.
FEATURE: web UI: add hotkeys to toggle series in the hit chart.
BUGFIX: web UI: fix mobile layout styles.
View the full release notes at https://github.com/VictoriaMetrics/VictoriaLogs/releases/tag/v1.40.0.