feat: Switch from Loki to something else
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-02-09 15:31:04 +01:00
parent 4b4bc9792b
commit 617b68f43e
4 changed files with 25 additions and 48 deletions

View File

@@ -23,7 +23,7 @@ type GlobalContext struct {
DefaultCSP string
PagesDomain string
Gitea *gitea.GiteaClient
MetricConfig *metrics.LokiMetricConfig
MetricConfig *metrics.MetricConfig
Cache *CacheContext
}