https://github.com/blueswen/observability-ironman30-lab
Lab for Observability guide and 30 Days of Observability in CNCF
https://github.com/blueswen/observability-ironman30-lab
observability
Last synced: about 2 months ago
JSON representation
Lab for Observability guide and 30 Days of Observability in CNCF
- Host: GitHub
- URL: https://github.com/blueswen/observability-ironman30-lab
- Owner: blueswen
- Created: 2023-08-23T15:16:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T10:16:52.000Z (3 months ago)
- Last Synced: 2025-05-06T21:05:25.776Z (about 2 months ago)
- Topics: observability
- Language: Python
- Homepage: https://ithelp.ithome.com.tw/users/20162175/ironman/6445
- Size: 11.2 MB
- Stars: 29
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 可觀測性入門指南:Logs、Metrics、Traces 三大實戰應用,用 24 個 Lab 鞏固你的 SRE 技能樹
此 Project 為 [可觀測性入門指南:Logs、Metrics、Traces 三大實戰應用,用 24 個 Lab 鞏固你的 SRE 技能樹](https://www.tenlong.com.tw/products/9786263339538) 與 iThome 鐵人賽 2023 [「時光之鏡:透視過去、現在與未來的 Observability」](https://ithelp.ithome.com.tw/users/20162175/ironman/6445) 的範例程式碼 Repo。

購買連結:
1. [天瓏網路書店](https://www.tenlong.com.tw/products/9786263339538)
2. [博客來](https://www.books.com.tw/products/0010999165)## 常見問題排除
1. 已安裝 Docker Loki Driver,但使用時出現 `Error response from daemon: error looking up logging plugin loki: plugin loki found but disabled` 錯誤訊息
1. 重新啟用 Loki Driver,執行指令 `docker plugin enable loki`