个人主页
冰水

冰水 (@manlan1)

  • 加入网站 1860
  • 连续签到 1
  • 最高连签 1
  • 累计签到 2
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 00 分钟
  • 本月阅读 0 小时 00 分钟
  • 累计阅读 20 小时 16 分钟
  • Elasticsearch v7.9 Reference

    Elasticsearch是一个基于Lucene的搜索服务器。它提供了一个分布式多用户能力的全文搜索引擎,基于RESTful web接口。Elasticsearch是用Java语言开发的,并作为Apache许可条款下的开放源码发布,是一种流行的企业级搜索引擎。
  • ELK Stack 中文指南

    Elastic Stack 是 原 ELK Stack 在 5.0 版本加入 Beats 套件后的新称呼。Elastic Stack 在最近两年迅速崛起,成为机器数据分析,或者说实时日志处理领域,开源界的第一选择。
  • Apache Storm 官方文档翻译

    本项目是 Apache Storm 官方文档的中文翻译版,致力于为有实时流计算项目需求和对 Apache Storm 感兴趣的同学提供有价值的中文资料,希望能够对大家的工作和学习有所帮助。
  • Prometheus 实战

    Prometheus 作为监控后起之秀,虽然还有做的不够好的地方,但是不妨碍我们使用和喜爱它。根据我们长期的使用经验来看,它足已满足大多数场景需求,只不过对于新东西,往往需要花费更多力气才能发挥它的最大能力而已。本书主要根据个人过去一年多的使用经验总结而成,内容主要包括 Prometheus 基本,进阶,实战,以及常见问题列表等方面,希望对大家有所帮助。
  • KubeSphere v2.0 使用手册

    KubeSphere 是在 Kubernetes 之上构建的以应用为中心的开源容器平台(https://github.com/kubesphere/kubesphere),本文档除了平台本身的使用介绍以外,还提供了多个与云原生技术相关的快速入门与最佳实践的示例,帮助等用户能够在一个平台快速搭建、使用和运维 Docker、Kubernetes、Istio、Jenkins、Prometheus 等主流技术。
  • Grafana v6.2 Documentation

    Grafana 是 Graphite 和 InfluxDB 仪表盘和图形编辑器。Grafana 是开源的,功能齐全的度量仪表盘和图形编辑器,支持 Graphite,InfluxDB 和 OpenTSDB。Grafana 主要特性:灵活丰富的图形化选项;可以混合多种风格;支持白天和夜间模式;多个数据源;Graphite 和 InfluxDB 查询编辑器等等。
  • Prometheus 非官方中文手册

    Prometheus官网的非官方中文手册,旨在为大家提供一个比较容易入手的文档。翻译得不好,请大家多多包涵,并帮忙修订校正
  • Prometheus v1.13 Documentation

    Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system. It collects metrics from configured targets at given intervals, evaluates rule expressions, displays the results, and can trigger alerts if some condition is observed to be true.
  • Prometheus操作指南

    Prometheus是一套开源的监控系统,它将所有信息都存储为时间序列数据;因此实现一种Profiling监控方式,实时分析系统运行的状态、执行时间、调用次数等,以找到系统的热点,为性能优化提供依据。
  • Loki Document

    Loki: like Prometheus, but for logs. Loki is a horizontally-scalable, highly-available, 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.