Commit graph

7 commits

Author SHA1 Message Date
smile
1f727a420f fix(monitor): Fix permission issues for Prometheus container
- Add the configuration user: root in the Prometheus service
- Address data persistence issues caused by insufficient permissions
- Ensure the container can properly access the mounted configuration files and data directories
2025-11-03 15:24:50 +08:00
sol
df0db8f040 feat(monitor): Integrate Loki Log System and Optimize Configuration - Add loki buckets to MinIO 2025-11-01 04:09:27 +08:00
sol
1e7c222e38 feat(plugin): Integrated Loki log collection and micrometer monitoring functions 2025-10-31 23:16:46 +08:00
smile
f8b12d8706 refactor(config): refactor the Tempo configuration file and adjust the Docker mount path
- Move the tempo.yml configuration file from the grafana directory to a separate tempo directory
- Update the configuration file mount path in docker-compose
- Rewrite the tempo.yml configuration content, adding ingester, querier, query_frontend, and metrics_generator configuration items
- Adjust the storage configuration, adding wal and local storage path settings
- Enable the metrics_generator_processors: local-blocks, service-graphs, and span-metrics
- Optimize the OTLP receiver configuration order, prioritizing the HTTP protocol port 4318
2025-10-31 18:20:04 +08:00
sol
c0f41d37da fix(monitor): Adjust the monitoring configuration to fix the data source URI and crawl interval 2025-10-31 15:44:37 +08:00
sol
a14937467f feat(monitor): Add the HikariCP and JDBC monitoring panels and configure the default home page 2025-10-31 15:17:01 +08:00
sol
6aaba1afde feat(monitor): Integrate with Grafana
- There is some bug in link tracing
2025-10-31 01:16:43 +08:00