Recording Rules and Streaming Aggregating Rule
The previous blog briefs the basic concepts of monitoring system. This blog will introduce the recording rules provided by prometheus and streaming aggregating rules provided by VictoriaMetrics.
');--md-admonition-icon--abstract:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--info:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--tip:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--success:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--question:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--warning:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--failure:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--danger:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--bug:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--example:url('data:image/svg+xml;charset=utf-8,');--md-admonition-icon--quote:url('data:image/svg+xml;charset=utf-8,');}
The previous blog briefs the basic concepts of monitoring system. This blog will introduce the recording rules provided by prometheus and streaming aggregating rules provided by VictoriaMetrics.
This blog introduces some keynotes about the monitoring system, which is consisted by grafana
, prometheus
and so forth. In this blog, we focus on the outlines of them about the concepts and some internal details.
By the way, the blog share some interesting implementation details which are nice to know.
This is a keynote blog about the tracing system, including the tracing platform, sdk, the whole work flow, and the problem it wants to solve. It's not a manual or a very detail page to introduce how tracing works.
Generally, it's common to have a cli tool to manage the user processes, with respective commands to help start
, stop
, restart
processes like systemctl
. This blog records some experience building a CLI tool in Go to manage processes. Moreover, it lists some sceneries to make it work well as a PID 1 process.
Here are some summary items in this blog:
wait
system calls and process managementThis blog briefs the LSP(language server protocol) specification.