Josef Johansson
Josef Johansson
TBF graphite does not use quotes (according to the docs at least), just use whitespaces. ```golang f("aaa;b=a 1 1123 -1", &Rows{ Rows: []Row{{ Metric: "aaa", Value: 1123, Tags: []Tag{{ Key:...
I also get the feeling that you actually didn't compile my branch. ``` git clone https://github.com/isodude/VictoriaMetrics isodude-vm cd isodude-vm git checkout graphite-space make ``` This runs fine ``` ./main --graphiteListenAddr...
As I understand it " and ' is no special characters in Graphite. Just skip the quotes on the incoming metric? Regarding the flag, it's because if I know that...
Regarding the long post. Basically: this PR is not the place. Let's solve one problem :) Also, this feels like something @valyala should chime in on since I'm just a...
> A further observation: a solution that works for the end user may require code that looks fairly ugly with a mess of backslashes and checks for even/odd numbers of...
What do you see in you logs when it reboots? In my logs when the instant reboot happened it was nothing until I enabled s3-compatibility mode in BIOS. My Lenovo...
@valyala I'll do some final touches on it and pull up a PR!
In MariaDB there's a bug (I think?) that converts `DATETIME(0)` to `DATETIME(6)` when running `SELECT GREATEST(field1, COALESCE(field2, 0)) ...` It works properly if either GREATEST or COALESCE is not nested.
> Hi > > according to the response in this thread, it's not a bug > > https://jira.mariadb.org/browse/MDEV-4560?jql=text%20~%20%22greatest%20datetime%22 I think it's not related (MariaDB 10.5.16) ``` MariaDB [(none)]> SELECT GREATEST('2015-01-01...
This would be awesome! There's a bunch of scripts solving it with keytool, but it's quite fragile.