mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 19:16:06 +00:00
5bf87cb10e
Adds a new metric-config option named `rawQuery`. The value of this option will be appended to the metric `path` as URL query parameters to be used by the pod's application. E.g.,: ``` metric-config.pods.requests-per-second.json-path/rawQuery: "foo=bar&baz=bop" ``` will apppend `?foo=bar&baz=bop` to the URL. Signed-off-by: Abe Friesen <2319792+doyshinda@users.noreply.github.com>