Skip to content

Commit 5b18644

Browse files
committed
Adjustment to FAQ
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a14dd43 commit 5b18644

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/faq.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ It has both a Software as a Service (SaaS) component ("control plane") aka ("Act
392392

393393
### Data storage
394394

395-
The control-plane of actuated collects and stores:
395+
The control-plane of actuated collects and stores the following data in a database hosted and managed by [DigitalOcean LLC](https://www.digitalocean.com/).
396396

397397
* Job events for the organisation where a label of "actuated*" is found, including:
398398
* Organisation name
@@ -402,6 +402,8 @@ The control-plane of actuated collects and stores:
402402
* Build start / stop time
403403
* Build status
404404

405+
Job events are used to schedule queued jobs to servers, to provide technical support, and for insights and reports available within the actuated dashboard.
406+
405407
The following is collected from agents:
406408

407409
* Agent version
@@ -415,6 +417,16 @@ In addition, for support requests, we may need to collect the logs of the actuat
415417

416418
This information is required to operate the control plane including scheduling of VMs and for technical support.
417419

420+
**Metrics from servers**
421+
422+
The agent exposes a number of metrics in Prometheus format, which are used by the actuated team to monitor the health and reliability of your servers, which has a 14 day retention policy. This data is stored by [Grafana Labs](https://grafana.com) on their hosted [Grafana Cloud](https://grafana.com/products/cloud/) product:
423+
424+
* Number of jobs runner per server
425+
* System load average
426+
* Free RAM
427+
* Egress counters - i.e. RX/TX bytes
428+
* Disk usage counters
429+
418430
Upon cancelling a subscription, a customer may request that their data is deleted. In addition, they can uninstall the GitHub App from their organisation, and deactivate the GitHub OAuth application used to authenticate to the Actuated Dashboard.
419431

420432
### Data security & encryption

0 commit comments

Comments
 (0)