# owl **Repository Path**: xmlgrg/owl ## Basic Information - **Project Name**: owl - **Description**: 猫头鹰(owl),基于夜莺(nightingale),使用zorm替换gorm,兼容国产数据库和clickhouse - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: https://gitee.com/chunanyong/owl - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 52 - **Created**: 2023-08-24 - **Last Updated**: 2024-04-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

nightingale - cloud native monitoring

开源告警管理专家 一体化的可观测平台

Docs Docker pulls GitHub contributors GitHub Repo stars GitHub forks
GitHub Repo issues GitHub Repo issues closed GitHub latest release License GitHub contributors

[English](./README_en.md) | [中文](./README.md) ## 夜莺 Nightingale 是什么 夜莺 Nightingale 是中国计算机学会接受捐赠并托管的第一个开源项目,是一个 All-in-One 的云原生监控工具,集合了 Prometheus 和 Grafana 的优点,你可以在 WebUI 上管理和配置告警策略,也可以对分布在多个 Region 的指标、日志、链路追踪数据进行统一的可视化和分析。夜莺融入了一线互联网公司可观测性最佳实践,沉淀了众多社区专家经验,开箱即用。[了解更多...](https://flashcat.cloud/product/nightingale/) 夜莺Nightingale是中国计算机学会托管的开源云原生可观测工具,最早由滴滴于 2020 年孵化并开源,并于 2022 年正式捐赠予中国计算机学会。夜莺采用 All-in-One 的设计理念,集数据采集、可视化、监控告警、数据分析于一体,与云原生生态紧密集成,融入了顶级互联网公司可观测性最佳实践,沉淀了众多社区专家经验,开箱即用。 ## 快速开始 - 👉[文档](https://flashcat.cloud/docs/) | [提问](https://answer.flashcat.cloud/) | [下载](https://flashcat.cloud/download/nightingale/) | [安装](https://flashcat.cloud/docs/content/flashcat-monitor/nightingale-v6/install/intro/) - ❤️[报告 Bug](https://github.com/ccfos/nightingale/issues/new?assignees=&labels=kind%2Fbug&projects=&template=bug_report.yml) - ℹ️为了提供更快速的访问体验,上述文档和下载站点托管于 [FlashcatCloud](https://flashcat.cloud) ## 功能特点 - 对接多种时序库:支持对接 Prometheus、VictoriaMetrics、Thanos、Mimir、M3DB、TDengine 等多种时序库,实现统一告警管理。 - 专业告警能力:内置支持多种告警规则,可以扩展支持常见通知媒介,支持告警屏蔽/抑制/聚合/自愈、告警事件管理。 - 高性能可视化引擎:支持多种图表样式,内置众多 Dashboard 模版,也可导入 Grafana 模版,开箱即用,开源协议商业友好。 - 支持常见采集器:支持 [Categraf](https://flashcat.cloud/product/categraf)、Telegraf、Grafana-agent、Datadog-agent、各种 Exporter 作为采集器,没有什么数据是不能监控的。 - 一体化观测平台:从 V6 版本开始,支持对接 ElasticSearch、Jaeger 数据源,实现日志、链路、指标多维度的统一可观测。 - 👀无缝搭配 [Flashduty](https://flashcat.cloud/product/flashcat-duty/):实现告警聚合收敛、认领、升级、排班、IM集成,确保告警处理不遗漏,减少打扰,高效协同。 ## 功能演示 ![演示](https://fcpub-1301667576.cos.ap-nanjing.myqcloud.com/n9e/n9e-demo.gif) ## 部署架构

中心化部署

![中心化部署](https://fcpub-1301667576.cos.ap-nanjing.myqcloud.com/flashcat/images/blog/n9e-opensource-china/8.png)

多机房部署

![多机房部署](https://fcpub-1301667576.cos.ap-nanjing.myqcloud.com/flashcat/images/blog/n9e-opensource-china/9.png) ## 交流渠道 - 问题讨论,优先推荐访问[夜莺Answer论坛](https://answer.flashcat.cloud/) - 报告Bug,优先推荐提交[夜莺GitHub Issue](https://github.com/ccfos/nightingale/issues/new?assignees=&labels=kind%2Fbug&projects=&template=bug_report.yml) - 推荐完整浏览[夜莺文档站点](https://flashcat.cloud/docs/),了解更多信息 - 推荐搜索关注夜莺公众号,第一时间获取社区动态:`夜莺监控Nightingale` - 欢迎加入 QQ 交流群,群号:`479290895` 群友互助交流学习 ## 广受关注 [![Stargazers over time](https://api.star-history.com/svg?repos=ccfos/nightingale&type=Date)](https://star-history.com/#ccfos/nightingale&Date) ## 社区共建 - ❇️请阅读浏览[夜莺开源项目和社区治理架构草案](./doc/community-governance.md),真诚欢迎每一位用户、开发者、公司以及组织,使用夜莺监控、积极反馈 Bug、提交功能需求、分享最佳实践,共建专业、活跃的夜莺开源社区。 - 夜莺贡献者❤️ ## License [Apache License V2.0](https://github.com/didi/nightingale/blob/main/LICENSE) ## 源码编译 ```shell ##详细命令参见 Makefile #sql文件是 ./docker/initsql/a-n9e.sql #数据库和redis配置文件 ./etc/config.toml ##下载编译好的前端项目fe,https://github.com/n9e/fe/releases ## 使用statik把前端打包的执行程序,也可以配置 UseFileAssets = true,外部加载pub文件夹 go install github.com/rakyll/statik ## Linux statik -src=./pub -dest=./front -f go build -ldflags "-w -s" -o n9e ./cmd/center/main.go ## Windows # statik -src=pub -dest=front -f # go build -ldflags "-w -s" -o n9e.exe ./cmd/center/main.go # n9e-edge/n9e-alert等其他模块参见 Makefile ## 前端访问 http://127.0.0.1:17000 账号:root 密码:root.2020 ``` ## ClickHouse / Doris 维护一套数据库的成本是巨大的,最好复用现有的业务大数据库. - https://github.com/jamessanford/remote-tsdb-clickhouse ## 不兼容说明 https://gitee.com/chunanyong/owl/commit/fc6460913b5f12ee08bf7442f0207f454ea71a7e