<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Architecture Evolution on Mi&amp;Bee Blog</title><link>/en/tags/architecture-evolution/</link><description>Recent content in Architecture Evolution on Mi&amp;Bee Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>蓝宝石的傻话</managingEditor><lastBuildDate>Mon, 10 Jan 2022 00:00:00 +0000</lastBuildDate><atom:link href="/en/tags/architecture-evolution/rss.xml" rel="self" type="application/rss+xml"/><item><title>From Bottleneck Breakthrough to Platform Governance — The Full Evolution of an Internet Company's Monitoring Platform Architecture</title><link>/en/posts/architecture/monitor-system-architecture/</link><pubDate>Mon, 10 Jan 2022 00:00:00 +0000</pubDate><guid>/en/posts/architecture/monitor-system-architecture/</guid><description>&lt;p&gt;In the context of rapid internet business expansion, multi-cloud deployment, and exponential asset growth, the monitoring platform is a critical infrastructure for ensuring service stability. This article provides a complete review of &lt;strong&gt;a major internet company&amp;rsquo;s monitoring platform evolution from 2019 to 2021&lt;/strong&gt; — from solving legacy monitoring performance bottlenecks, to implementing cross-cloud distributed monitoring, to cloud-native platform governance — presenting the full transformation of the monitoring system from &lt;strong&gt;0 to 1 build → large-scale expansion → platform governance&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Monitoring System Enterprise Architecture Evolution — Probing Monitoring</title><link>/en/posts/architecture/prometheus-evolution-history-three/</link><pubDate>Sat, 12 Dec 2020 00:00:00 +0000</pubDate><guid>/en/posts/architecture/prometheus-evolution-history-three/</guid><description>&lt;h2 id="recap"&gt;Recap&lt;/h2&gt;
&lt;p&gt;In &amp;ldquo;Monitoring System Enterprise Architecture Evolution — Cross-Region Hybrid Cloud&amp;rdquo;, the monitoring system had gradually matured and evolved toward enterprise-level capabilities.
This chapter briefly describes the construction of the probing capability during this period. Below is the development history of this system. During the construction of the monitoring platform, internal monitoring collection alone was insufficient to meet enterprise business needs. Before planning APM development, remote probing with black-box monitoring was also incorporated as a subsystem.&lt;/p&gt;</description></item><item><title>Monitoring System Enterprise Architecture Evolution — Cross-Region Hybrid Cloud</title><link>/en/posts/architecture/prometheus-evolution-history-two/</link><pubDate>Mon, 12 Oct 2020 00:00:00 +0000</pubDate><guid>/en/posts/architecture/prometheus-evolution-history-two/</guid><description>&lt;h2 id="recap"&gt;Recap&lt;/h2&gt;
&lt;p&gt;In &amp;ldquo;Monitoring System Enterprise Architecture Evolution — First Steps with Prometheus&amp;rdquo;, the monitoring system had already been upgraded from a single-node architecture to a single &lt;code&gt;IDC&lt;/code&gt; distributed architecture.
The content of the previous article applies to both VM-based and container-based deployments. &lt;code&gt;Prometheus&lt;/code&gt; is a product of the cloud-native era and is commonly used alongside &lt;code&gt;Kubernetes&lt;/code&gt;, but &lt;code&gt;Prometheus&lt;/code&gt; itself can also replace traditional monitoring solutions like &lt;code&gt;Zabbix&lt;/code&gt; in non-&lt;code&gt;Kubernetes&lt;/code&gt; environments.
In this article, we begin to use &lt;code&gt;Kubernetes&lt;/code&gt; deployment to upgrade the entire monitoring system architecture, making it more flexible for cross-region hybrid cloud business scenarios.&lt;/p&gt;</description></item><item><title>Monitoring System Enterprise Architecture Evolution — First Steps with Prometheus</title><link>/en/posts/architecture/prometheus-evolution-history-one/</link><pubDate>Thu, 12 Dec 2019 00:00:00 +0000</pubDate><guid>/en/posts/architecture/prometheus-evolution-history-one/</guid><description>&lt;p&gt;&lt;code&gt;Prometheus&lt;/code&gt; is an open-source monitoring and time series database system that has gained widespread adoption in recent years.
The official architecture diagram is shown below:
&lt;img src="/posts/architecture/images/prometheus-architecture.svg" alt=""&gt;
This series of articles will gradually understand and deepen various components and concepts through the deployment architecture evolution of &lt;code&gt;Prometheus&lt;/code&gt; in an enterprise.
First, let&amp;rsquo;s get a quick overview of this evolution history through the diagram below:
&lt;img src="/posts/architecture/images/monitoring-system-2019-2020.png" alt=""&gt;&lt;/p&gt;
&lt;h2 id="single-node-architecture"&gt;Single Node Architecture&lt;/h2&gt;
&lt;p&gt;When first getting started with the &lt;code&gt;Prometheus&lt;/code&gt; monitoring system, you only need to deploy the &lt;code&gt;Prometheus&lt;/code&gt; binary on the server side, using the basic file service discovery configuration &lt;code&gt;file_sd_config&lt;/code&gt; to pull metrics from &lt;code&gt;node_exporter&lt;/code&gt; for basic host monitoring.
Then configure the &lt;code&gt;Prometheus&lt;/code&gt; &lt;code&gt;url&lt;/code&gt; address as a &lt;code&gt;datasource&lt;/code&gt; in &lt;code&gt;Grafana&lt;/code&gt; to start viewing monitoring data.&lt;/p&gt;</description></item></channel></rss>