mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-12 00:34:12 -06:00
Update telemetry information
This commit is contained in:
parent
08134532b9
commit
411b5673e6
@ -177,7 +177,7 @@ If you wish to see the full data that is collected, please look at the Telemetry
|
|||||||
(as linked above), or use the `php artisan p:telemetry` command to view the exact data that will
|
(as linked above), or use the `php artisan p:telemetry` command to view the exact data that will
|
||||||
be sent to the remote server.
|
be sent to the remote server.
|
||||||
|
|
||||||
As of 2022-12-01, the data collected consists of:
|
As of 2022-12-12, the data collected consists of:
|
||||||
|
|
||||||
* Unique identifier for the Panel
|
* Unique identifier for the Panel
|
||||||
* Version of the Panel
|
* Version of the Panel
|
||||||
@ -194,14 +194,14 @@ As of 2022-12-01, the data collected consists of:
|
|||||||
* Sum of the total amount of bytes stored by backups
|
* Sum of the total amount of bytes stored by backups
|
||||||
* Eggs
|
* Eggs
|
||||||
* Total number
|
* Total number
|
||||||
* Map of egg UUIDs to the number of servers using that egg
|
* ~~Map of egg UUIDs to the number of servers using that egg~~ (removed in 1.11.2)
|
||||||
* Locations
|
* Locations
|
||||||
* Total number
|
* Total number
|
||||||
* Mounts
|
* Mounts
|
||||||
* Total number
|
* Total number
|
||||||
* Nests
|
* Nests
|
||||||
* Total number
|
* Total number
|
||||||
* Map of nest UUIDs to the number of servers using eggs in that nest
|
* ~~Map of nest UUIDs to the number of servers using eggs in that nest~~ (removed in 1.11.2)
|
||||||
* Nodes
|
* Nodes
|
||||||
* Total number
|
* Total number
|
||||||
* Servers
|
* Servers
|
||||||
@ -238,11 +238,11 @@ As of 2022-12-01, the data collected consists of:
|
|||||||
|
|
||||||
### How is the data stored?
|
### How is the data stored?
|
||||||
|
|
||||||
Currently, the data is stored with Cloudflare, exact specifics about the format and products used
|
Currently, the data is stored with Cloudflare, we ingest all telemetry data with a Worker which does
|
||||||
is not available at this time as our implementation is still very much an alpha. Right now, there
|
basic processing such as validation and then inserts it into Cloudflare D1. Right now, there is not
|
||||||
is **NO** way to query or view this information, both for project team members and the public. We
|
an API or visualization for any of the data collected, and it can only be manually queried. Only
|
||||||
expect this to change in the future, but for now we are not making any guarantees about the data
|
Matthew is able to query the data at this time, but we are working on alternatives to make this data
|
||||||
being publicly available.
|
more accessible.
|
||||||
|
|
||||||
### Why?
|
### Why?
|
||||||
|
|
||||||
@ -276,6 +276,9 @@ and either remove the `PTERODACTYL_TELEMETRY_ENABLED` line, or set it to `true`.
|
|||||||
PTERODACTYL_TELEMETRY_ENABLED=true
|
PTERODACTYL_TELEMETRY_ENABLED=true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may also use the `php artisan p:environment:setup` command to enable telemetry, optionally with
|
||||||
|
the `--telemetry` flag for a non-interactive setup.
|
||||||
|
|
||||||
### Disabling Telemetry
|
### Disabling Telemetry
|
||||||
|
|
||||||
To disable telemetry, edit your `.env` file and set `PTERODACTYL_TELEMETRY_ENABLED` to `false`.
|
To disable telemetry, edit your `.env` file and set `PTERODACTYL_TELEMETRY_ENABLED` to `false`.
|
||||||
@ -283,3 +286,6 @@ To disable telemetry, edit your `.env` file and set `PTERODACTYL_TELEMETRY_ENABL
|
|||||||
```text
|
```text
|
||||||
PTERODACTYL_TELEMETRY_ENABLED=false
|
PTERODACTYL_TELEMETRY_ENABLED=false
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You may also use the `php artisan p:environment:setup` command to disable telemetry, optionally with
|
||||||
|
the `--telemetry=false` flag for a non-interactive setup.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user