constants
constants
对象公开了关于 Alloy 运行系统的常量值列表
constants.hostname
: Alloy 运行所在机器的主机名。constants.os
: Alloy 运行所在的操作系统。constants.arch
: Alloy 运行所在的系统架构。
示例
> constants.hostname
"my-hostname"
> constants.os
"linux"
> constants.arch
"amd64"
产品
LGTM+ 技术栈
端到端解决方案
精选解决方案,助您更轻松快捷地达成目标
监控基础设施
开箱即用的可观测性 KPI、仪表盘和告警
可视化任何数据
立即将您的所有数据源连接到 Grafana
学习
保持更新
技术学习
端到端解决方案
精选解决方案,助您更轻松快捷地达成目标
可视化任何数据
立即将您的所有数据源连接到 Grafana
constants
对象公开了关于 Alloy 运行系统的常量值列表
constants.hostname
: Alloy 运行所在机器的主机名。constants.os
: Alloy 运行所在的操作系统。constants.arch
: Alloy 运行所在的系统架构。> constants.hostname
"my-hostname"
> constants.os
"linux"
> constants.arch
"amd64"