學習Grafana初級使用
-
PromQL
Prometheus privides a functional query language called PromQL (Prometheus Query Language) that lets the user select and aggregate time series data in real time.
The result of an exporession can either be shown as a graph, viewed as tabular data in Prometheus’s expression browser, or consumed by external systems via the HTTP API.
-
What is Prometheus
Prometheus is an open-source systems monitoring and alerting toolkit originally built at SoundCloud.
It’s the leading open-source monitoring framework and TSDB.
It is now a standalone open source project and maintained independently of any company. To emphasize this ,and to clarify the project’s governance structure, promeheus joined the Cloud Native Computing Foundation In 2016 as the second hosted project, agter Kubernetes.
-
Cloud Native Computing Foundation
The Cloud Native Computing Foundation (CNCF) hosts critical components of the global techology infrastructure. CNCF brings together the world’s top developers, end users, and vendors and runs the largest open source developer conferences. CNCF is part of the nonprofit Linux Foundation.
CNCF serves as the verdor-neutral home for many of the fastest-growing open source projects, including Kubernetes, Promotheus, and Envoy.
-
Kubernetes(K8s)
Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications.
-
Prometheus vs. Grafana
-
Loki
Loki is horizontally-scalable, highly-avaiable, multi-tenant log aggregation system inspired by Prometheus. It is designed to be very cost effective and easy to operate. It does not index the contents of the logs, but rather a set of labels for each log stream.
-
Structures
Dashboards consist of panels, panel consists of a query and a visualization.
相關文章
- grafana初級入門Grafana
- 初學者Mybatis的初級使用MyBatis
- R語言的初級學習R語言
- Java工程師學習指南 初級篇Java工程師
- 初級英語學習筆記01筆記
- Java工程師學習指南(初級篇)Java工程師
- 初級入門都要學什麼?linux要學習多久Linux
- 學習使用mybatis框架初遇異常MyBatis框架
- iOS初級開發學習筆記:APP生命週期的學習總結iOS筆記APP
- Laravel 學習--資料庫使用初識 1Laravel資料庫
- 機器學習股票價格預測初級實戰機器學習
- oracle語句練習--初級Oracle
- Vuex 的使用方式(初級版)Vue
- Grafana 系列文章(二):使用 Grafana Agent 和 Grafana Tempo 進行 TracingGrafana
- JavaWeb學習篇10_JQuery初級、高階、Ajax、json簡單學習、校驗使用者名稱是否存在案例、JavaWebjQueryJSON
- [譯]怎樣學習React—從初級到高階路線圖React
- WEB前端開發職業學習路線初級完整版Web前端
- 初識機器學習機器學習
- 【Leetcode】初級演算法-數學LeetCode演算法
- Laravel 初學者學習點滴Laravel
- DVWA滲透測試初級練習
- 初學Node.js--學習隨筆Node.js
- [寒假學習筆記](二)Python初學筆記Python
- Python適合初學者學習嗎?Python
- GIT初學者詳細指令學習Git
- 深度學習--Tensorflow初體驗深度學習
- Redis學習(一)——初識RedisRedis
- 瞭解Vuex方法的使用初級篇Vue
- Arduino 初級使用 單LED等閃爍UI
- Linux常用初級指令介紹和使用Linux
- .NET Core 基於 Grafana Loki 日誌初體驗GrafanaLoki
- CQRS輕量級框架【CQRSlite】學習使用小記框架
- vue/cli的學習10 二級路由的使用Vue路由
- Grafana 任意檔案讀取漏洞 (CVE-2021-43798)學習Grafana
- 安卓初學基礎學習筆記安卓筆記
- 基於docker 初學 MongoDb 學習筆記DockerMongoDB筆記
- 初入laralve-admin(二)入門級使用
- Jenkins 使用指南 之 初級應用篇Jenkins