feat: traefik plugin scaffold (plugin.yaml, model, __init__ stub)

This commit is contained in:
2026-03-17 21:32:14 -04:00
parent 13f2a6f2d6
commit 6fde57f63e
4 changed files with 59 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# plugins/traefik/plugin.yaml
name: traefik
version: "1.0.0"
description: "Traefik reverse proxy metrics integration"
author: ""
min_app_version: "0.1.0"
config:
metrics_url: "http://localhost:8080/metrics"
scrape_interval_seconds: 60