Zakhar Bessarab
Zakhar Bessarab
In my use case it was needed to import dump from database 4 of one instance to default database of another one, new option allows to remove "select" statement for...
Signed-off-by: Zakhar Bessarab **Description of the change** Added a chart for LanguageTool **Benefits** Having chart makes it easier to set up LanguageTool **Possible drawbacks** LanguageTool requires ngram files to be...
### Is your feature request related to a problem? Please describe There is a use case where it is required to read data from different tenants and write into another...
### Is your feature request related to a problem? Please describe There are a few config options which support providing a part of configuration to be fetched from an HTTP...
Thanks for this app! I wanted to have dark theme to use, so ended up implementing it :) Here are a few examples of how it looks like: - Your...
Previously, only quoted values of UTF escaped sequences were converted into UTF runes due to Go strings semantics. Also, it would not decode values with non-standard Go escaping. This change...
Add test to cover the code path with overflowing shards buffers and triggering merge to partition. This test covers the code path which leaded to https://github.com/VictoriaMetrics/VictoriaMetrics/issues/5959
_stream field can be empty for the recently ingested rows because respective entry in indexdb is not yet searchable as it haven't been flushed to storage yet. This change just...
I've recently set up a Netdata agent with Prometheus remote-write and wanted to set up a dashboard for system metrics overview, but found out that most of existing dashboards for...
Current service configuration for systemd causes errors on attempt to read `/proc/self/io`. At the same time other `/proc/self/..` files can be accessed normally. Temporary workaround can be to add: ```...