Compare commits

..

3 commits

Author SHA1 Message Date
235cd4d00f
chore(go): bump go version to 1.23.3
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
2024-11-28 12:11:50 +01:00
4bbda96dc7
feat(exporter): add prometheus exporter for cache, database & webserver stats 2024-11-28 12:11:50 +01:00
95a3a16fdc
chore: move cfg package to internal/cmd 2024-11-28 12:11:47 +01:00

View file

@ -41,7 +41,7 @@ func (c *CLI) Parse() (*AppSettings, error) {
"default_enable_exporter": "false", "default_enable_exporter": "false",
"default_exporter_address": ":9191", "default_exporter_address": ":9191",
}, },
kong.Name("country_geo_locations"), kong.Name("country-geo-locations"),
kong.Description("🚀 Start a simple web server for GeoIP data"), kong.Description("🚀 Start a simple web server for GeoIP data"),
kong.UsageOnError(), kong.UsageOnError(),
) )