diff --git a/src/cli.rs b/src/cli.rs index b1543cf..c679e02 100644 --- a/src/cli.rs +++ b/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(),