juspay/hyperswitch
Vedi su GitHubfeat(metrics): add Vector Throughput & health (via prometheus)
Open
#5030 aperta il 18 giu 2024
A-infraC-featuregood first issue
Metriche repository
- Star
- (42.690 star)
- Metriche merge PR
- (Merge medio 6g 22h) (213 PR mergiate in 30 g)
Descrizione
Add a dashboard to monitor vector throughput usage and log loss. The dashboard should show throughput for the following pipes
Throughput
- stdout -> loki
- stdout -> opensearch
- kafka -> loki
- 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