release notes
| UserGuide:
4.2, 5.0, 5.1, 5.2, 6.0, 6.1, 6.2, 7.0, 7.1, 7.2 (unreleased), 8.0, 8.1, 8.2, 9.0, 9.1, 9.2, 10.0, 10.1, 10.2, 7.2 (unreleased)
| Book:
4.2, 5.0, 5.1, 5.2, 6.0, 6.1, 6.2, 7.0, 7.1, 7.2 (unreleased), 8.0, 8.1, 8.2, 9.0, 9.1, 9.2, 10.0, 10.1, 10.2, 7.2 (unreleased)
| Wiki
| Q&A
Edit me on GitHub
Back to the contents page.
THE TELEMETRY SERVICE
dCache includes an optional telemetry service that allows it to send information about the instance once an hour to stats.dcache.org where it is stored in a database and deleted after a week. The following information is collected:
- site name
- dCache version
- online capacity
Optionally the location can be shared, too.
To enable the telemetry, add the cell to the layout file. The telemetry needs to be activated explicitly by setting telemetry.cell.enable
to true.
[<domainName>/telemetry]
telemetry.cell.enable=
telemetry.instance.site-name=
To send your location you need to configure the following options according to your location:
telemetry.instance.location.latitude=
telemetry.instance.location.longitude=
To view the data that are being sent, use print data
in the cell.