~$ curl -s 'http://localhost:9090/api/v1/query' --data-urlencode \
  "query=node_network_receive_bytes_total{device='enp0s3'}" 
  | jq .data.result
 [
  {
    "metric": {
      "__name__": "node_network_receive_bytes_total",
      "device": "enp0s3",
      "instance": "localhost:9100",
      "job": "node"
    },
    "value": [1580052774.215, "1884473"]
  }
 ]
