https://github.com/toquery/example-spring
https://github.com/toquery/example-spring
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/toquery/example-spring
- Owner: ToQuery
- Created: 2024-02-21T13:01:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-09-28T00:39:20.000Z (6 months ago)
- Last Synced: 2025-09-28T02:37:16.640Z (6 months ago)
- Language: Java
- Size: 224 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
[TOC]
##
## 监控
### otel
## 日志收集
### elasticsearch
#### 经典的ELK架构或现被称为Elastic Stack。Elastic Stack架构为 Elasticsearch + Logstash + Kibana + Beats 的组合:
Beats负责日志的采集
Logstash负责做日志的聚合和处理
ES作为日志的存储和搜索系统
Kibana作为可视化前端展示
- Application -> Filebeat -> Logstash -> Elasticsearch
- Application -> Filebeat -> Elasticsearch
- Application (Java) + Logstash-logback-encoder -> Logstash -> Elasticsearch
#### EFK架构( Elasticsearch + Fluent + Kibana)
#### PLG架构( Promtail + Loki + Grafana)
### loki
```shell
elasticsearch-create-enrollment-token --scope kibana
```
```shell
elasticsearch-reset-password --username elastic -i
```
## 链路追踪
### Tempo
### Jaeger
### Zipkin
### SkyWalking
### OpenTelemetry