Files
nexus/wiki/entities/Loki.md
weishen 5789476c23 Batch ingest: Multi-Agent Team / DevOps Maturity / 一语点醒梦中人 / NodeWarden
Sources:
- Agent-usecases-multi-Agent-Team.md
- DevOps-Maturity-Model-From-Traditional-IT-to-Advanced-DevOps.md
- AI-一语点醒梦中人.md
- Home-Office-NodeWarden-把-Bitwarden-搬上-Cloudflare-Workers彻底告别服务器.md

Entities: Trebuh, Cloudflare
Concepts: DevOps成熟度模型, 共享内存模式, 空性智慧, 绝处逢生
2026-04-15 18:05:17 +08:00

23 lines
805 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Loki
type: entity
tags: [日志聚合, 可观测性, Grafana, 开源]
sources: ["https://grafana.com/oss/loki"]
last_updated: 2026-04-15
---
## 基本信息
- **类型**:日志聚合系统
- **官网**https://grafana.com/oss/loki
- **公司**Grafana Labs
## 核心机制
- **标签索引**:仅索引元数据(标签),而非全文索引,存储极简
- **Promtail**:日志收集代理,部署在每台主机将日志推送到 Loki
- **与 Prometheus/Grafana 原生集成**:同属 Grafana Labs 生态
- **查询语言**LogQL与 PromQL 类似但用于日志
## 在 Wiki 中的角色
- [[家庭监控方案 Prometheus + Grafana + Node Exporter + cAdvisor + Blackbox]] 扩展建议:加 Loki + Promtail 做日志收集
- [[Grafana]] 作为 Loki 日志的展示界面