From df8a9dfc885b6980eaa553b6d264ee5985344b53 Mon Sep 17 00:00:00 2001 From: Alexey Velikiy Date: Mon, 25 Oct 2021 09:13:03 +0300 Subject: [PATCH] prom in cli --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),