Skip to content

Commit

Permalink
PMM-7 pull v2 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Oct 17, 2024
1 parent a1e97be commit 4141b56
Show file tree
Hide file tree
Showing 16 changed files with 1,634 additions and 46,583 deletions.
206 changes: 112 additions & 94 deletions api/agent/v1/collector.pb.go

Large diffs are not rendered by default.

Binary file modified api/descriptor.bin
Binary file not shown.
122 changes: 110 additions & 12 deletions api/qan/v1/collector.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions api/qan/v1/collector.proto
Original file line number Diff line number Diff line change
Expand Up @@ -344,14 +344,26 @@ message MetricsBucket {
float m_blk_write_time_cnt = 232;
// Total time the statement spent writing blocks, in milliseconds (if track_io_timing is enabled, otherwise zero).
float m_blk_write_time_sum = 233;
float m_cpu_user_time_cnt = 234;
float m_shared_blk_read_time_cnt = 234;
// Total time the statement spent reading shared blocks, in milliseconds (if track_io_timing is enabled, otherwise zero).
float m_shared_blk_read_time_sum = 235;
float m_shared_blk_write_time_cnt = 236;
// Total time the statement spent writing shared blocks, in milliseconds (if track_io_timing is enabled, otherwise zero).
float m_shared_blk_write_time_sum = 237;
float m_local_blk_read_time_cnt = 238;
// Total time the statement spent reading local blocks, in milliseconds (if track_io_timing is enabled, otherwise zero).
float m_local_blk_read_time_sum = 239;
float m_local_blk_write_time_cnt = 240;
// Total time the statement spent writing local blocks, in milliseconds (if track_io_timing is enabled, otherwise zero).
float m_local_blk_write_time_sum = 241;
float m_cpu_user_time_cnt = 242;
// Total time user spent in query.
float m_cpu_user_time_sum = 235;
float m_cpu_sys_time_cnt = 236;
float m_cpu_user_time_sum = 243;
float m_cpu_sys_time_cnt = 244;
// Total time system spent in query.
float m_cpu_sys_time_sum = 237;
float m_cpu_sys_time_sum = 245;
// Type of SQL command.
string cmd_type = 238;
string cmd_type = 246;

//
// pg_stat_monitor 0.9 metrics
Expand Down
24 changes: 12 additions & 12 deletions api/qan/v1/json/client/qan_service/get_metrics_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions api/qan/v1/json/client/qan_service/get_report_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4141b56

Please sign in to comment.