Yury Molodov
Yury Molodov
Hi! It’s a very useful suggestion. We currently have some higher priority tasks, but we plan to look into this improvement within the next few months.
**Example** * From: `1696284014000` (2023-10-03 00:00:14) - same for both. * Step: `15s` (auto). * First point in **Prometheus**: `1696284000000` (00:00:00). * First point in **VictoriaMetrics**: `1696284014000` (00:00:14). **Why** Prometheus...
@sirjobzy-mp, Drilldown is a separate Grafana plugin that cannot be implemented within the current datasource plugin. At the moment, we’re not ready to develop and maintain a standalone plugin for...
@valyala, conflicts have been resolved.
>  The `_time` field on the left is correctly ordered. The highlighted timestamps are part of the log message itself. They can appear out of order due to asynchronous...
>  @worker24h, Thanks for the screenshots. We tested this on **Grafana 11.3.1** and **12.0.1**, and everything works as expected when using **"Oldest first"** order. Could you please clarify: *...
It looks like the issue is with the `Combobox` component - it doesn't work correctly with older versions of Grafana. The `Select` component (which was its alternative) is now considered...
@archef2000, Could you please take a look at the tests and fix them? Here’s the link to the failing workflow: [https://github.com/VictoriaMetrics/victorialogs-datasource/actions/runs/16075336610/job/45477811316?pr=329](https://github.com/VictoriaMetrics/victorialogs-datasource/actions/runs/16075336610/job/45477811316?pr=329)
> In my experience query builders are fairly hard to use manually, - click click click hundred times, - I prefer plain old text for that. But what do I...
* There is no "old" `Combobox` - it was introduced as a new component and is currently marked as **Alpha**. [View source](https://github.com/grafana/grafana/blob/main/packages/grafana-ui/src/components/Combobox/Combobox.tsx#L112-L116) * The `Select` component is marked as **Deprecated**....