Browse Source

prom in cli

main
Alexey Velikiy 3 years ago
parent
commit
df8a9dfc88
  1. 2
      src/cli.rs

2
src/cli.rs

@ -124,7 +124,7 @@ impl CLI {
let step = matches.value_of("step").unwrap().parse().unwrap();
return CLI {
query_config: QueryConfig {
datasource_type: subbeat::types::DatasourceType::Grafana,
datasource_type: subbeat::types::DatasourceType::Prometheus,
url: url.to_owned(),
key: "key".to_owned(),
datasource_url: "datasource_url".to_owned(),

Loading…
Cancel
Save