Replies: 1 comment
-
Hello, I am using Vector to process 10s of millions of logs per day. So far, the only alert I have created with Vector metrics is for log delivery rate. It is calculated the following way:
Here is an example query
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ello Vector maintainers and community,
I've been using Vector within my Kubernetes cluster for log processing and forwarding. I have Prometheus set up to collect metrics from Vector. While I have a basic understanding of the metrics provided, I'm looking for recommendations or best practices when it comes to alerting based on these metrics to ensure the health and performance of Vector.
Here are some of the metrics I've been collecting:
vector_buffer_byte_size
vector_buffer_events
vector_buffer_max_byte_size
vector_buffer_max_event_size
vector_buffer_received_bytes_total
Could anyone share their experience or recommendations on setting up alerts for these (or other relevant) Vector metrics?
Are there any specific thresholds or patterns that the community has found to be particularly indicative of issues or noteworthy situations?
Any advice, reference configurations, or links to best practices would be greatly appreciated. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions