Skip to content

Commit 32cdfb5

Browse files
fix: small clarity changes and easier reading
1 parent 963d0a8 commit 32cdfb5

File tree

1 file changed

+17
-25
lines changed

1 file changed

+17
-25
lines changed

content/shared/influxdb3-admin/telemetry.md

Lines changed: 17 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,39 @@ InfluxDB 3 can collect and send usage telemetry data to help improve the product
66

77
### System metrics
88

9-
- **CPU utilization**: Process-specific CPU usage (min, max, average)
10-
- **Memory usage**: Process memory consumption in MB (min, max, average)
9+
- **CPU utilization**: Process-specific CPU usage
10+
- **Memory usage**: Process memory consumption in MB
1111
- **Cores**: Number of CPU cores in use
1212
- **OS**: Operating system information
1313
- **Version**: {{< product-name >}} version
1414
- **Uptime**: Server uptime in seconds
1515

1616
### Write metrics
1717

18-
- **Write requests**: Number of write operations (min, max, average, hourly sum)
19-
- **Write lines**: Number of lines written (min, max, average, hourly sum)
20-
- **Write bytes**: Amount of data written in MB (min, max, average, hourly sum)
18+
- **Write requests**: Number of write operations
19+
- **Write lines**: Number of lines written
20+
- **Write bytes**: Amount of data written in MB
2121

2222
### Query metrics
2323

24-
- **Query requests**: Number of query operations (min, max, average, hourly sum)
24+
- **Query requests**: Number of query operations
2525

2626
### Storage metrics
2727

28-
- **Parquet file count**: Number of Parquet files (when available)
29-
- **Parquet file size**: Total size of Parquet files in MB (when available)
30-
- **Parquet row count**: Total number of rows in Parquet files (when available)
28+
- **Parquet file count**: Number of Parquet files
29+
- **Parquet file size**: Total size of Parquet files in MB
30+
- **Parquet row count**: Total number of rows in Parquet files
3131

3232
### Processing engine metrics
3333

34-
- **WAL triggers**: Write-Ahead Log trigger counts (when available)
35-
- **Schedule triggers**: Scheduled processing trigger counts (when available)
36-
- **Request triggers**: Request-based processing trigger counts (when available)
34+
- **WAL triggers**: Write-Ahead Log trigger counts
35+
- **Schedule triggers**: Scheduled processing trigger counts
36+
- **Request triggers**: Request-based processing trigger counts
3737

3838
### Instance information
3939

4040
- **Instance ID**: Unique identifier for the server instance
41-
- **Cluster UUID**: Unique identifier for the cluster (same as catalog UUID)
41+
- **Cluster UUID**: Unique identifier for the cluster
4242
- **Storage type**: Type of object storage being used
4343
{{% show-in "core" %}}
4444
- **Product type**: "Core"
@@ -80,18 +80,10 @@ When telemetry is disabled, no usage data is collected or transmitted.
8080

8181
## Data handling
8282

83-
The telemetry data is used by InfluxData to:
84-
85-
- Understand product usage patterns
86-
- Improve product performance and reliability
87-
- Prioritize feature development
88-
- Identify and resolve issues
89-
90-
No personally identifiable information (PII) is collected.
83+
The telemetry data is used by InfluxData to understand product usage patterns, improve product performance and reliability, prioritize feature development, and identify/resolve issues. No personally identifiable information (PII) is collected.
9184

9285
## Privacy and security
9386

94-
- All telemetry data is transmitted securely via HTTPS
95-
- No database contents, queries, or user data is collected
96-
- Only operational metrics and system information is transmitted
97-
- Data collection follows InfluxData's privacy policy
87+
All telemetry data is transmitted securely via HTTPS. No database contents, queries, or user data is collected; only operational metrics and system information is transmitted.
88+
89+
All data collection follows InfluxData's privacy policy.

0 commit comments

Comments
 (0)