How to configure a PromQL query in Grafana to display network transmission data over 24 hours and 7 days?
I’m working on a Grafana dashboard and I would like to create a panel that displays the overall status of my application, specifically the number of gigabytes transmitted in the last 24 hours and the past 7 days. I’m using Prometheus as a data source with the metric container_network_transmit_bytes_total.
Grafana Instant query for prometheus metric not working
I’m try to get the latest value for kube_job_status_completion_time Prometheus metric using a Grafana query. My query is last_over_time(kube_job_status_completion_time{job_name=~".*ingestion-job.*"}[14s])
.