An Introduction to Prometheus

An Introduction to Prometheus Originally published in Chinese on 2021-10-21; this English edition preserves the original scope and technical context. Prometheus is an open source monitoring solution and a graduation project of the Cloud Native Foundation CNCF. It can provide functions such as collection, storage, query, and alarm of indicator data. This article mainly introduces the basic concepts of Prometheus and some issues that need attention in its application. ...

October 21, 2021 · 11 min · Zhengyu Chen

Running Jupyter Notebook on Google Cloud Platform

Running Jupyter Notebook on Google Cloud Platform Originally published in Chinese on 2018-12-14; this English edition preserves the original scope and technical context. Introduction This article is taken from Running Jupyter Notebook on Google Cloud Platform in 15 min, mainly introduces how to build a server on Google Cloud Platform, and install and run Jupyter Notebook on the server. Server setup Create account First create an account on Google Cloud Platform. ...

December 14, 2018 · 3 min · Zhengyu Chen