Private
Public Access
1
0

Initial Commit

This commit is contained in:
Jan Grießhaber
2025-12-28 18:48:24 +01:00
commit 149b085cb7
13 changed files with 296 additions and 0 deletions

19
info.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "factorio-prometheus-exporter",
"version": "0.1.0",
"title": "Prometheus Exporter",
"author": "Your Name",
"contact": "your.email@example.com",
"homepage": "",
"description": "Exports Factorio metrics for collection by Prometheus.",
"factorio_version": "2.0",
"dependencies": [
"base >= 2.0.0"
],
"license": "MIT",
"tags": [
"monitoring",
"metrics",
"prometheus"
]
}