├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── dashboard.json ├── dashboard_custom.json └── ollama_exporter.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frcooper/ollama-exporter/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frcooper/ollama-exporter/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frcooper/ollama-exporter/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frcooper/ollama-exporter/HEAD/README.md -------------------------------------------------------------------------------- /dashboard.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frcooper/ollama-exporter/HEAD/dashboard.json -------------------------------------------------------------------------------- /dashboard_custom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frcooper/ollama-exporter/HEAD/dashboard_custom.json -------------------------------------------------------------------------------- /ollama_exporter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frcooper/ollama-exporter/HEAD/ollama_exporter.py --------------------------------------------------------------------------------