6 Commits

Author SHA1 Message Date
egutierrez 5b6a0ddbc2 capacidad para guardar metricas en prometheus
Deploy to Coolify / deploy (push) Has been cancelled
2025-11-24 22:53:07 +01:00
egutierrez 3ce5f29819 ajustadas passwords y deployment
Deploy to Coolify / deploy (push) Has been cancelled
2025-11-09 17:27:06 +01:00
egutierrez 4d0cfb015a readme arreglado 2025-10-22 20:17:37 +02:00
egutierrez 439a63874e mejorado readme 2025-10-22 17:11:01 +02:00
egutierrez b294dbb80c mejorado el readme 2025-10-21 14:13:12 +02:00
egutierrez 9966851e75 Add initial project structure and configuration for monitoring suite
- Create .gitignore to exclude Python-generated files and virtual environments
- Add .python-version for Python version management
- Initialize README.md with project description and usage instructions
- Implement alloy.river configuration for Grafana Alloy observability
- Set up grafana.ini for Grafana configuration
- Configure dashboards.yml for automatic dashboard loading in Grafana
- Define datasources.yml for connecting Grafana to Prometheus, Loki, and Tempo
- Establish loki.yaml configuration for Loki logging
- Set up prometheus.yml for Prometheus metrics collection
- Configure tempo.yaml for Tempo tracing
- Create docker-compose.yml for orchestrating services
- Develop init.sh script for initializing project directories and services
- Implement main.py as the entry point for the application
- Define pyproject.toml for project metadata and dependencies
- Update uv.lock for dependency management
2025-10-06 00:52:31 +02:00