1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/dashboard/server/common/metrics.ts
Lauri Nevala 7476e169b9 Allow to select Prometheus query style
Signed-off-by: Lauri Nevala <lauri.nevala@gmail.com>
2020-04-25 23:57:19 +03:00

5 lines
95 B
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export type IMetricsQuery = string | string[] | {
[metricName: string]: string | object;
}