Aliaksandr Valialkin
Aliaksandr Valialkin
> Is grafana datasource not on the roadmap anymore? Grafana datasource for VictoriaLogs will be added eventually. There are the following options exist: 1. To add a new datasource to...
> why victoriaLogs can't support Loki query like victoriaMetrics support promql? It shouldn't be hard from technical perspective adding support for Loki query language into VictoriaLogs. Probably, it will be...
> Is web ui planned to get (also that much free) features like Grafana? We are going to evolve [web UI for VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/querying/#web-ui) in the direction of better usability. TBH,...
> Is someone working on making VL Loki compatible ? There are some chances to add support for Loki query language in VictoriaLogs - see [this answer](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/816#issuecomment-1775481046) for more details....
This feature is likely to be implemented in an [enterprise package](https://victoriametrics.com/enterprise.html) for VictoriaMetrics. Feel free contacting us at [email protected] in order to discuss feature details and prioritizing it.
Side note: it is possible to remove unsupported chars from label values with relabeling in [vmagent](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmagent/README.md) and single-node VictoriaMetrics with `replace_all` action. See [these docs](https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmagent/README.md#relabeling) for details. For example, the...
VictoriaMetrics exposes labels with the maximum number of label values at `labelValueCountByLabelName` array at [/api/v1/status/tsdb](https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-stats) endpoint. Probably this endpoint could be used for quick detecting of high cardinality labels. VictoriaMetrics...
FYI, take a look at https://github.com/open-fresh/bomb-squad (thanks to Ren from [slack community chat](http://slack.victoriametrics.com/) for the link).
FYI, `vmbackuper` has been developed in `enterprise` branch according to the requirements outlined above.
`vmbackuper` has been renamed to `vmbackupmanager`. See `vmbackupmanager` docs at https://github.com/VictoriaMetrics/VictoriaMetrics/blob/master/app/vmbackupmanager/README.md . Note that `vmbackupmanager` is available as a part of [enterprise package](https://victoriametrics.com/enterprise.html).