Promql support for opensearch

Hi, does opensearch support Promql? If not, is there any direction towards it. Having this feature would be very helpful for us since we are planning to move some workloads from prometheus to opensearch.

I have seen a previous post long back requesting this feature, but there hasn’t been any response.

PromQL is specifically designed to query and analyze time series and is built for a time series database. OpenSearch is not good at handling time series data. The OpenSearch project has an integration to Prometheus (or any PromQL datasource) which enables the analysis of metrics from those datasources : Metrics analytics - OpenSearch Documentation This is a much more scalable and smarter approach to the problem versus trying to put metrics in a document database