2020-03-04 23:10:58 +01:00
# Metrics
2020-12-18 16:04:42 +01:00
SFTPGo exposes [Prometheus ](https://prometheus.io/ ) metrics at the `/metrics` HTTP endpoint of the telemetry server.
2020-03-04 23:10:58 +01:00
Several counters and gauges are available, for example:
- Total uploads and downloads
- Total upload and download size
- Total upload and download errors
- Total executed SSH commands
- Total SSH command errors
- Number of active connections
- Data provider availability
2020-04-09 23:32:42 +02:00
- Total successful and failed logins using password, public key, keyboard interactive authentication or supported multi-step authentications
2020-03-04 23:10:58 +01:00
- Total HTTP requests served and totals for response code
- Go's runtime details about GC, number of gouroutines and OS threads
- Process information like CPU, memory, file descriptor usage and start time
2020-06-15 23:46:11 +02:00
Please check the `/metrics` page for more details.
2020-12-18 16:04:42 +01:00
We expose the `/metrics` endpoint in both HTTP server and the telemetry server, you should use the one from the telemetry server. The HTTP server `/metrics` endpoint is deprecated and it will be removed in future releases.