Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Commit 46e2109

Browse files
hectorgcrschoudhury
authored andcommitted
Change diagnostics default collection level from low to medium (#86)
1 parent 0cfe730 commit 46e2109

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

content/latest/manage/diagnostics-reporting.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ showAsideToc: true
1919

2020
The data collected depends on the collection level set. See the [section](#configuration-flags) below on how to change the collection level.
2121

22-
### Collection level: low [Default]
22+
### Collection level: low
2323

2424
```
2525
Collection time
@@ -31,9 +31,11 @@ Number of tablet servers (yb-tserver processes)
3131
Number of tables
3232
Number of tablets
3333
Cluster configuration (gflags)
34+
Host name (for each node where yb-master and yb-tserver processes are running)
35+
Username (for each node where yb-master and yb-tserver processes are running)
3436
```
3537

36-
### Collection level: medium
38+
### Collection level: medium [Default]
3739

3840
```
3941
Everything we collect for level “low” plus:
@@ -82,7 +84,7 @@ Same as `medium` level. In other words, no extra information is collected for th
8284
]
8385
}
8486
}
85-
```
87+
```
8688

8789
#### Example of RPCs being collected
8890

@@ -107,9 +109,9 @@ Same as `medium` level. In other words, no extra information is collected for th
107109

108110
## Configuration flags
109111

110-
You can add the following flags while starting the [yb-master](../../admin/yb-master/) and [yb-tserver](../../admin/yb-tserver/) binaries to configure the diagnostics reporting behavior of YugaByte DB.
112+
You can add the following flags while starting the [yb-master](../../admin/yb-master/) and [yb-tserver](../../admin/yb-tserver/) binaries to configure the diagnostics reporting behavior of YugaByte DB.
111113

112-
Flag | Default | Description
114+
Flag | Default | Description
113115
----------------------|---------|------------------------
114116
`--callhome_collection_level` | `low` | Collection level with possible values of `low`, `medium`, or `high`
115117
`--callhome_interval_secs` | 3600 | Collection interval in seconds

content/v1.0/manage/diagnostics-reporting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ menu:
1515

1616
The data collected depends on the collection level set. See the [section](#configuration-flags) below on how to change the collection level.
1717

18-
### Collection level: low [Default]
18+
### Collection level: low
1919

2020
```
2121
Collection time
@@ -29,7 +29,7 @@ Number of tablets
2929
Cluster configuration (gflags)
3030
```
3131

32-
### Collection level: medium
32+
### Collection level: medium [Default]
3333

3434
```
3535
Everything we collect for level “low” plus:
@@ -78,7 +78,7 @@ Same as `medium` level. In other words, no extra information is collected for th
7878
]
7979
}
8080
}
81-
```
81+
```
8282

8383
#### Example of RPCs being collected
8484

@@ -103,9 +103,9 @@ Same as `medium` level. In other words, no extra information is collected for th
103103

104104
## Configuration flags
105105

106-
You can add the following flags while starting the [yb-master](../../admin/yb-master/) and [yb-tserver](../../admin/yb-tserver/) binaries to configure the diagnostics reporting behavior of YugaByte DB.
106+
You can add the following flags while starting the [yb-master](../../admin/yb-master/) and [yb-tserver](../../admin/yb-tserver/) binaries to configure the diagnostics reporting behavior of YugaByte DB.
107107

108-
Flag | Default | Description
108+
Flag | Default | Description
109109
----------------------|---------|------------------------
110110
`--callhome_collection_level` | `low` | Collection level with possible values of `low`, `medium`, or `high`
111111
`--callhome_interval_secs` | 3600 | Collection interval in seconds

content/v1.1/manage/diagnostics-reporting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ showAsideToc: true
1717

1818
The data collected depends on the collection level set. See the [section](#configuration-flags) below on how to change the collection level.
1919

20-
### Collection level: low [Default]
20+
### Collection level: low
2121

2222
```
2323
Collection time
@@ -31,7 +31,7 @@ Number of tablets
3131
Cluster configuration (gflags)
3232
```
3333

34-
### Collection level: medium
34+
### Collection level: medium [Default]
3535

3636
```
3737
Everything we collect for level “low” plus:
@@ -80,7 +80,7 @@ Same as `medium` level. In other words, no extra information is collected for th
8080
]
8181
}
8282
}
83-
```
83+
```
8484

8585
#### Example of RPCs being collected
8686

@@ -105,9 +105,9 @@ Same as `medium` level. In other words, no extra information is collected for th
105105

106106
## Configuration flags
107107

108-
You can add the following flags while starting the [yb-master](../../admin/yb-master/) and [yb-tserver](../../admin/yb-tserver/) binaries to configure the diagnostics reporting behavior of YugaByte DB.
108+
You can add the following flags while starting the [yb-master](../../admin/yb-master/) and [yb-tserver](../../admin/yb-tserver/) binaries to configure the diagnostics reporting behavior of YugaByte DB.
109109

110-
Flag | Default | Description
110+
Flag | Default | Description
111111
----------------------|---------|------------------------
112112
`--callhome_collection_level` | `low` | Collection level with possible values of `low`, `medium`, or `high`
113113
`--callhome_interval_secs` | 3600 | Collection interval in seconds

0 commit comments

Comments
 (0)