Skip to content

Commit 02bd5bb

Browse files
authored
Merge pull request #2034 from reebhub/RDoc-3324_newTelegrafFields
Document newly exposed disk metrics fields in the Telegraf page
2 parents f16ddc6 + 31df2c1 commit 02bd5bb

File tree

1 file changed

+5
-0
lines changed
  • Documentation/5.4/Raven.Documentation.Pages/server/administration/monitoring

1 file changed

+5
-0
lines changed

Documentation/5.4/Raven.Documentation.Pages/server/administration/monitoring/telegraf.markdown

+5
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ The following is a list of JSON fields returned by the endpoints:
8181
| `databases` | `storage_indexes_used_data_file_in_mb` | Index storage used size in MB |
8282
| `databases` | `storage_total_allocated_storage_file_in_mb` | Total storage size in MB |
8383
| `databases` | `storage_total_free_space_in_mb` | Remaining storage disk space in MB |
84+
| `databases` | `storage_io_read_operations` | Storage I/O Read operations<br>Optional, Linux only |
85+
| `databases` | `storage_io_write_operations` | Storage I/O Write operations<br>Optional, Linux only |
86+
| `databases` | `storage_read_throughput_in_kb` | Storage Read throughput in KB<br>Optional, Linux only |
87+
| `databases` | `storage_write_throughput_in_kb` | Storage Write throughput in KB<br>Optional, Linux only |
88+
| `databases` | `storage_queue_length` | Storage queue length<br>Optional, Linux only |
8489
| `databases` | `time_since_last_backup_in_sec` | LastBackup |
8590
| `databases` | `uptime_in_sec` | Database up-time |
8691
| `indexes` | `entries_count` | Number of entries in the index |

0 commit comments

Comments
 (0)