Yury Molodov

Results 82 comments of Yury Molodov

I think we can keep the sorting that the server returns. The table view allows changing the sorting.

Sure, that seems useful. I think it's best to add the link as a separate item

The bug has been resolved with the fix from https://github.com/VictoriaMetrics/VictoriaMetrics/pull/7380, which was included in [v1.106.0](https://docs.victoriametrics.com/changelog/#v11060).

> It would be great adding [`in`](https://docs.victoriametrics.com/victorialogs/logsql/#multi-exact-filter), `not in`, [`contains_any`](https://docs.victoriametrics.com/victorialogs/logsql/#contains_any-filter) and `not contains_any` options to the ad-hoc filter, with the ability to select multiple values out of the suggested values....

Hi @jicki, The issue with data not displaying on the first screenshot is due to the 3-minute step interval, which causes data averaging. Try reducing the step interval to 1...

@dmitryk-dk @hagen1778 Could you share some thoughts here?

Yes, phrase filters are supported in Ad Hoc. You just need to select the `_msg` field and use `"your phrase"` or `=~ your phrase`. Also, you can enter any custom...

FYI: Auto-detection is problematic for the **Logs volume** chart because it’s built via [/select/logsql/hits](https://docs.victoriametrics.com/victorialogs/querying/#querying-hits-stats). That endpoint only groups by fields explicitly passed via `field=...`, so without a known level key...

Opened a PR to add VictoriaLogs support to Trace-to-Logs: grafana/grafana#105985. Thanks, @090809!

Hi @crocchietta! Thank you for your question. This is not planned in the near future, but we intend to address it later. The task is complex and will require time.