ServerInfo
Retrieves information about the Gitaly server and its storage.Request
Empty request.Response
The version of the Gitaly server
The version of Git installed on the server
Array of storage status information for each configured storage
StorageStatus
The name of the storage
Whether the storage is readable
Whether the storage is writeable
The filesystem type of the storage
The unique identifier of the filesystem
The replication factor for the storage (used in Praefect setups)
DiskStatistics
Retrieves disk usage statistics for configured storage.Request
Empty request.Response
Array of storage disk statistics
StorageStatus
The name of the storage
Available disk space in bytes. When both available and used are 0, Gitaly was unable to determine storage stats.
Used disk space in bytes. When both available and used are 0, Gitaly was unable to determine storage stats.
ClockSynced
Checks if the machine clock is synchronized with an NTP server (within the specified drift threshold).Request
URL to the external NTP service for clock sync check. Defaults to ntp.pool.org if not specified.
Allowed drift from the NTP service in milliseconds
Response
True if the system clock has an acceptable drift compared to the NTP service, false otherwise