{
  "comment" : "PromQL function definition for Kibana. See https://prometheus.io/docs/prometheus/latest/querying/functions/",
  "type" : "promql_within_series",
  "name" : "count_over_time",
  "description" : "Returns the count of all values in the specified time range.",
  "signatures" : [
    {
      "params" : [
        {
          "name" : "v",
          "type" : "range_vector",
          "optional" : false,
          "description" : "Range vector input."
        }
      ],
      "variadic" : false,
      "returnType" : "instant vector"
    }
  ],
  "examples" : [
    "count_over_time(http_requests_total[5m])"
  ],
  "preview" : true,
  "snapshot_only" : false
}
