3月16日,北京源创会 —— “数据库,2024 开炫”
Tianji: 网站分析器 + 状态监控器 + 服务状态上报
动机
在我们对网站进行观察时。我们往往需要多个应用一起来组合使用。比如我们需要 ga/umami 等分析工具来查看 pvuv 以及各个页面的访问量,我们需要 uptime 监控器来检查服务器的网络质量与连通性,我们需要通关 prometheus 获取服务端上报的状态来检查服务器的质量。另外如果开发的是一个允许被开源部署的应用,我们往往还需要一个遥测系统来帮助我们对其他人的部署情况做一个最简单的信息收集。
我认为这些工具应当是为同一个目的而服务的,那么有没有一款应用能够轻量级的将这些常见的需求整合为一体呢?毕竟在大部分时候我们并不需要非常专业与深入的功能。但是我为了实现全面的监控却需要安装如此多的服务。
专精于一项这很好,如果我们是相关能力的专家我们需要这样的专业工具。但是对于大部分只有轻量级需求的用户而言,一个 all in one 的应用会更加方便与易于使用
- 官方网站: https://tianji.msgbyte.com/
- Github: https://github.com/msgbyte/tianji
v1.7.0 版本更新内容
主要更新内容:
- 增加遥测功能
- 优化体积容器体积
(uncompressed)
详细改动
Features
- add alpha mode and usage page (d3df3f2)
- add telemetry event count (e79c4b4)
- add telemetry feature desc (011ac6c)
- add telemetry list (5e720ab)
- add telemetry metrics table (38dd60f)
- add telemetry overview (5bad815)
- add telemetry trpc feature (0bd98ad)
- add tianji anonymous telemetry (ceef5c4)
- add usage button for telemetry (daef9ff)
- telemetry add telemetryId report (355690e)
Bug Fixes
- fix audit log too long will broken style problem (b02e0b7)
- fix logic problem of retry (ce891e9)
- fix pageviews not include timezone problem (439eb83)
- fix telemetry lost timezone problem (40e1bac)
Document
- add framework support document (1802717)
- add Q&A for tianji reporter (b50de6b)
- update changelog (4b35cc0)
- update docs, add account tip in intro page (5d99bff)
- update intro document (2afb5e5)
- update keyword (1872a5d)
- update openapi (5b36d10)
- update openapi.json (6f77452)
- update preview/wechat image, and add feature tag of i18n (a94e10b)
- update tianji keywords (d0c8bf9)
- update wechat qrcode (070f499)
Others
- add sealos config (f87e5b3)
- improve dockerfile build (6464a59)
- refactor chart render and perf pageview data handle logic (4fe61a6)
- refactor website pageview endpoint to trpc (dd0ad8c)
- remove alpha mode for telemetry (e387b70)
- rename MetricsTable to WebsiteMetricsTable (1306187)
- update docker file to multi stage builds (ebc91d9)
- update translation (49fc136)
- upgrade @i18next-toolkit/cli version (d8b23a7)
- upgrade i18next-toolkit cli version and add translation of telemetry (4711987)
还没有评论,来说两句吧...