Aliaksandr Valialkin
Aliaksandr Valialkin
@luhhujbb , `vmstorage` shouldn't pollute logs with `cannot read hello` errors messages when TCP health check is performed on communication ports for `vminsert` and `vmselect` components, starting from [v1.91.0](https://docs.victoriametrics.com/CHANGELOG.html). Closing...
> PR was updated, but any way it increases result binary size by 5MB because of protobuf json parser dependencies. It's possible to optimize it further, but I'm not sure,...
> Do you guys have an rough idea when you will be releasing a version with this? We had plans to merge this pull request in the upcoming v1.86.0 release,...
@f41gh7 , thanks for the pull request!
FYI, this pull request has been included in [VictoriaMetrics v1.92.0](https://docs.victoriametrics.com/CHANGELOG.html).
FYI, VictoriaMetrics [v1.93.0](https://docs.victoriametrics.com/CHANGELOG.html) has the following enhancements for Opentelemetry: 1. It returns user-readable error on an attempt to push OTEL metrics with unsupported encoding. See [this pull request](https://github.com/VictoriaMetrics/VictoriaMetrics/pull/4822). 2. It...
FYI, the commit dd25049858a12816f19c5f03b5c7ceb5bbe341bb switches parsing of OTEL protobuf messages from [`protoc`](https://grpc.io/docs/protoc-installation/)-generated code to [github.com/VictoriaMetrics/easyproto](https://github.com/VictoriaMetrics/easyproto). This reduces code bloat and binary bloat (VictoriaMetrics binary size has been reduced by 100KB...
Closing this issue because of long inactivity. @lstday , could you verify whether the issue still persists in [the latest VictiriaMetrics](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/latest)? If the issue is still there, feel free re-opening...
`vmagent` was following only a single redirect up to v1.70.0 . It should follow up to 5 redirects when built from the commit a3adf24527336a233cacd5341fca42289c147413 . @vbichov , could you build...
`vmagent` should follow for up to 5 redirects starting from [v1.71.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases). @vbichov , could you check whether this helps resolving the issue?