Files @ 62dc1b3644a0
Branch filter:

Location: light9/web/lib/parse-prometheus-text-format.d.ts

drewp@bigasterisk.com
collector client uses rdf types, not strings
1
2
3
4
declare module "parse-prometheus-text-format" {
  function parsePrometheusTextFormat(s: string): any;
  export default parsePrometheusTextFormat;
}