Remove unnecessary config file example.
This commit is contained in:
parent
1bffb972d0
commit
51cd187cd2
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
||||||
{
|
|
||||||
"connection_details": {
|
|
||||||
"engine": "trino",
|
|
||||||
"host": "trino.mercadao.pt",
|
|
||||||
"port": "443",
|
|
||||||
"user": "your user goes here",
|
|
||||||
"password": "your password goes here",
|
|
||||||
"http_scheme": "https",
|
|
||||||
"catalog": "app_lm_mysql",
|
|
||||||
"schema": "comprea"
|
|
||||||
},
|
|
||||||
"queries_to_measure": [
|
|
||||||
{
|
|
||||||
"name": "Fast Smoke Test",
|
|
||||||
"query_string": "SELECT * FROM system.runtime.nodes"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Carts on a day",
|
|
||||||
"query_string": "select * from app_lm_mysql.comprea.cart c where c.status = 'delivered' and c.date_delivered >= to_unixtime(date('2022-05-24'))"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue