Skip to content

Commit e6e9df1

Browse files
authored
Merge pull request #565 from replicatedhq/mysql-collector-example
Mysql collector example
2 parents 7289134 + 755220c commit e6e9df1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
apiVersion: troubleshoot.sh/v1beta2
2+
kind: SupportBundle
3+
metadata:
4+
name: mysql
5+
spec:
6+
collectors:
7+
- mysql:
8+
collectorName: mysql
9+
uri: 'root:my-secret-pw@tcp(localhost:3306)/mysql'
10+
parameters:
11+
- character_set_server
12+
- collation_server
13+
- init_connect
14+
- innodb_file_format
15+
- innodb_large_prefix
16+
- innodb_strict_mode
17+
- log_bin_trust_function_creators

0 commit comments

Comments
 (0)