文件名称:go-mon-service
文件大小:110KB
文件格式:ZIP
更新时间:2024-05-24 10:01:37
Go
GO监控服务 进行中的监控服务 Conf软件包 conf软件包用于配置。 配置文件以toml格式保存。 原始配置文件仅保存在master分支中。 样本配置文件: [ds] [ds.redis] port = "6379" chan = "orders" [srv] port = "1234" 要将任何子信息添加到配置文件中 在conf / conf.go中创建具有相同子树名称的结构,即: #!go type Datastore struct { Redis struct { Port string Chan string } Postgres struct{ login string passwd string
【文件预览】:
go-mon-service-dev
----conf()
--------conf_test.go(2KB)
--------conf.go(2KB)
----route()
--------session_test.go(2KB)
--------testdata.go(146B)
--------route_test.go(14B)
--------route.go(2KB)
--------pos.go(3KB)
--------session.go(5KB)
----main.go(4KB)
----utils()
--------utils.go(2KB)
----conf.toml.example(647B)
----logger()
--------logger.go(1KB)
----metrics()
--------metrics.go(7KB)
----datastore()
--------testdata.go(494B)
--------datastore.go(5KB)
--------calibration_test.go(18B)
--------datastore_test.go(1KB)
--------main_test.go(343B)
--------queries.go(2KB)
--------calibration.go(1KB)
----README.md(1KB)
----init-server.sh(198B)
----gomond(299B)
----.gitignore(234B)
----rcache()
--------test_data.go(3KB)
--------rcache.go(3KB)
--------usr.go(1KB)
--------cuncRedis.go(591B)
--------rcache_test.go(3KB)
--------main_test.go(858B)
--------vehicle.go(2KB)
--------groups.go(536B)
--------groups_test.go(198B)
--------pos.go(4KB)
--------.gitignore(13B)
--------calibration.go(2KB)
----static()
--------index.html(28B)
--------metrics()
--------flux()