摘要: 官网: https://vector.dev/ 用于构建可观察性管道的轻量级、超快速工具 [安装] curl --proto '=https' --tlsv1.2 -sSf https://sh.vector.dev | bash source ~/.profile 可测试配置文件: vector 阅读全文
posted @ 2022-05-24 17:12 X-Wolf 阅读(1156) 评论(0) 推荐(0)
摘要: github: https://github.com/BurntSushi/toml TOML 旨在成为一个语义显著而易于阅读的最低限度的配置文件格式。TOML 被设计地能够无歧义地转化为哈希表。TOML 应当能简单地解析成形形色色的语言中的数据结构。 [安装] go get github.com/ 阅读全文
posted @ 2022-05-24 15:51 X-Wolf 阅读(1375) 评论(0) 推荐(0)