Have you tried using the "or" operator to combine these two queries?
On Wed, 2019-09-11 at 02:36 -0700, Mạnh Nguyễn Tiến wrote:
> I have many Query Request using PromQL like:
> - Collect disk read rate: sum by (instance)
> (irate(node_disk_read_bytes_total[2m])) / 1024 / 1024
> - Collect CPU Available: (avg by(instance)
> (irate(node_cpu_seconds_total{mode="idle"}[5m])) * 100)
> If just with metrics, I can do it using operator "|":
>
> But with PromQL I cannot. Please help me, how can I collect all query
> request above with only one Query Request.
> --
> You received this message because you are subscribed to the Google
> Groups "Prometheus Users" group.
> To unsubscribe from this group and stop receiving emails from it,