{
  "comment" : "PromQL function definition for Kibana. See https://prometheus.io/docs/prometheus/latest/querying/functions/",
  "type" : "promql_vector_conversion",
  "name" : "vector",
  "description" : "Returns the scalar as a vector with no labels.",
  "signatures" : [
    {
      "params" : [
        {
          "name" : "s",
          "type" : "scalar",
          "optional" : false,
          "description" : "Scalar value."
        }
      ],
      "variadic" : false,
      "returnType" : "instant vector"
    }
  ],
  "examples" : [
    "vector(1)"
  ],
  "preview" : true,
  "snapshot_only" : false
}
