Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 1h sum fields for telem writes/queries #25785

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

praveen-influx
Copy link
Contributor

@praveen-influx praveen-influx commented Jan 10, 2025

closes: #25713

New fields end with ..sum_1h

{
  "os": "linux",
  "version": "influxdb3-0.1.0",
  "storage_type": "file",
  "instance_id": "08c62980-603c-4dec-9034-47d0bf69fcc7",
  "cores": 14,
  "product_type": "OSS",
  "uptime_secs": 0,
  "cpu_utilization_percent_min_1m": 0.0,
  "cpu_utilization_percent_max_1m": 0.0,
  "cpu_utilization_percent_avg_1m": 0.0,
  "memory_used_mb_min_1m": 0,
  "memory_used_mb_max_1m": 0,
  "memory_used_mb_avg_1m": 0,
  "write_requests_min_1m": 0,
  "write_requests_max_1m": 0,
  "write_requests_avg_1m": 0,
  // newly added
  "write_requests_sum_1h": 0,
  "write_lines_min_1m": 0,
  "write_lines_max_1m": 0,
  "write_lines_avg_1m": 0,
  // newly added
  "write_lines_sum_1h": 0,
  "write_mb_min_1m": 0,
  "write_mb_max_1m": 0,
  "write_mb_avg_1m": 0,
  // newly added
  "write_mb_sum_1h": 0,
  "query_requests_min_1m": 0,
  "query_requests_max_1m": 0,
  "query_requests_avg_1m": 0,
  // newly added
  "query_requests_sum_1h": 0,
  "parquet_file_count": 0,
  "parquet_file_size_mb": 0.0,
  "parquet_row_count": 0
}

@praveen-influx praveen-influx requested review from pauldix, hiltontj and mgattozzi and removed request for pauldix and hiltontj January 10, 2025 22:40
@praveen-influx praveen-influx merged commit 88e1092 into main Jan 10, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Capture low volume metrics in telemetry
2 participants