mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-05-12 00:19:49 +00:00

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>