@@ -181,34 +181,6 @@ events.
181181| ` StoreID ` | | no |
182182
183183
184- #### Common fields
185-
186- | Field | Description | Sensitive |
187- | --| --| --|
188- | ` Timestamp ` | The timestamp of the event. Expressed as nanoseconds since the Unix epoch. | no |
189- | ` EventType ` | The type of the event. | no |
190-
191- ### ` hot_ranges_stats `
192-
193- An event of type ` hot_ranges_stats `
194-
195-
196- | Field | Description | Sensitive |
197- | --| --| --|
198- | ` RangeID ` | | no |
199- | ` Qps ` | | no |
200- | ` SchemaName ` | SchemaName is the name of the schema in which the index was created. | yes |
201- | ` LeaseholderNodeID ` | LeaseholderNodeID indicates the Node ID that is the current leaseholder for the given range. | no |
202- | ` WritesPerSecond ` | Writes per second is the recent number of keys written per second on this range. | no |
203- | ` ReadsPerSecond ` | Reads per second is the recent number of keys read per second on this range. | no |
204- | ` WriteBytesPerSecond ` | Write bytes per second is the recent number of bytes written per second on this range. | no |
205- | ` ReadBytesPerSecond ` | Read bytes per second is the recent number of bytes read per second on this range. | no |
206- | ` CPUTimePerSecond ` | CPU time per second is the recent cpu usage in nanoseconds of this range. | no |
207- | ` Databases ` | Databases for the range. | yes |
208- | ` Tables ` | Tables for the range | yes |
209- | ` Indexes ` | Indexes for the range | yes |
210-
211-
212184#### Common fields
213185
214186| Field | Description | Sensitive |
@@ -475,6 +447,34 @@ Events in this category pertain to the health of one or more servers.
475447Events in this category are logged to the ` HEALTH ` channel.
476448
477449
450+ ### ` hot_ranges_stats `
451+
452+ An event of type ` hot_ranges_stats `
453+
454+
455+ | Field | Description | Sensitive |
456+ | --| --| --|
457+ | ` RangeID ` | | no |
458+ | ` Qps ` | | no |
459+ | ` SchemaName ` | SchemaName is the name of the schema in which the index was created. | yes |
460+ | ` LeaseholderNodeID ` | LeaseholderNodeID indicates the Node ID that is the current leaseholder for the given range. | no |
461+ | ` WritesPerSecond ` | Writes per second is the recent number of keys written per second on this range. | no |
462+ | ` ReadsPerSecond ` | Reads per second is the recent number of keys read per second on this range. | no |
463+ | ` WriteBytesPerSecond ` | Write bytes per second is the recent number of bytes written per second on this range. | no |
464+ | ` ReadBytesPerSecond ` | Read bytes per second is the recent number of bytes read per second on this range. | no |
465+ | ` CPUTimePerSecond ` | CPU time per second is the recent cpu usage in nanoseconds of this range. | no |
466+ | ` Databases ` | Databases for the range. | yes |
467+ | ` Tables ` | Tables for the range | yes |
468+ | ` Indexes ` | Indexes for the range | yes |
469+
470+
471+ #### Common fields
472+
473+ | Field | Description | Sensitive |
474+ | --| --| --|
475+ | ` Timestamp ` | The timestamp of the event. Expressed as nanoseconds since the Unix epoch. | no |
476+ | ` EventType ` | The type of the event. | no |
477+
478478### ` runtime_stats `
479479
480480An event of type ` runtime_stats ` is recorded every 10 seconds as server health metrics.
0 commit comments