Updated config examples.

This commit is contained in:
Pablo Martin 2022-08-19 17:25:34 +02:00
parent 02f412a42e
commit 0effe7f3c8
3 changed files with 4 additions and 8 deletions

View file

@ -5,9 +5,7 @@
"port": 3306, "port": 3306,
"user": "your_user", "user": "your_user",
"password": "your_password", "password": "your_password",
"schema": "comprea", "schema": "comprea"
"ssh_tunneling": {
"use_tunnel": false
}, },
"queries_to_measure": [ "queries_to_measure": [
{ {

View file

@ -11,7 +11,8 @@
"ssh_host": "the_ssh_tunnel_host", "ssh_host": "the_ssh_tunnel_host",
"ssh_username": "the_ssh_tunnel_user", "ssh_username": "the_ssh_tunnel_user",
"ssh_port": 22, "ssh_port": 22,
"path_to_key": "G:\\path\\to\\ssh\\key.pem" "path_to_key": "G:\\path\\to\\ssh\\key.pem",
"ssh_private_key_password": "my_keys_password"
} }
}, },
"queries_to_measure": [ "queries_to_measure": [

View file

@ -7,10 +7,7 @@
"password": "your_password", "password": "your_password",
"http_scheme": "https", "http_scheme": "https",
"catalog": "app_lm_mysql", "catalog": "app_lm_mysql",
"schema": "comprea", "schema": "comprea"
"ssh_tunneling": {
"use_tunnel": false
}
}, },
"queries_to_measure": [ "queries_to_measure": [
{ {