-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Description
Per the connect discussions I believe it would be a good idea to set up a stats
endpoint for DRS servers.
This will allow us to build something like a dashboard for existing DRS servers and show the research community just how much data is being hosted on existing DRS servers.
I think simply the endpoint can just be a GET
to /stats
and the minimal information required from this endpoint would be total_files
and total_file_size
.
I would love to get some discussion related to this.