juspay/hyperswitch

feat(metrics): add Vector Throughput & health (via prometheus)

オープン

#5,030 opened on 2024/06/18

 (4 件のコメント) (0 件のリアクション) (2 人の担当者)Rust (4,676 件のフォーク)batch import
A-infraC-featuregood first issue

Repository metrics

Stars
 (42,690 個のスター)
PR merge metrics
 (平均マージ 6d 22h) (30d で 213 merged PRs)

説明

Add a dashboard to monitor vector throughput usage and log loss. The dashboard should show throughput for the following pipes

Throughput

  1. stdout -> loki
  2. stdout -> opensearch
  3. kafka -> loki
  4. Kafka -> transform -> opensearch These flows should include incoming events / outgoing events & dropped events as a time series chart

kafka source should contain consumer lag metrics as well

Health (this would be primarily powered by these metrics)

  • CPU usage of vector
  • Memory usage of vector
  • buffer size
  • errors happening in transforms
  • utilization of each component

Ideally we can take most of the components from a openly available data source by modifying some components to make it geared towards our setup

コントリビューターガイド