File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
receiver/sqlqueryreceiver Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,17 @@ tests:
21
21
# https://github.com/snowflakedb/gosnowflake/issues/1369
22
22
- " github.com/snowflakedb/gosnowflake.initOCSPCacheClearer.func1"
23
23
config :
24
- tests::config :
25
- driver : postgres
26
- datasource :
27
- host : localhost
28
- port : 5432
29
- database : test
30
- username : test
31
- password : test
32
- queries :
33
- - sql : " SELECT 1"
34
- metrics :
35
- - metric_name : test_metric
36
- value_column : " 1"
37
- value_type : int
38
- data_type : gauge
24
+ driver : postgres
25
+ datasource :
26
+ host : localhost
27
+ port : 5432
28
+ database : test
29
+ username : test
30
+ password : test
31
+ queries :
32
+ - sql : " SELECT 1"
33
+ metrics :
34
+ - metric_name : test_metric
35
+ value_column : " 1"
36
+ value_type : int
37
+ data_type : gauge
You can’t perform that action at this time.
0 commit comments