Menu
Choose a product
Scroll for more
Documentation
Grafana Cloud
Instrument and send data
Grafana Alloy
Reference
Standard library
constants
Grafana Cloud
constants
The constants object exposes a list of constant values about the system Alloy is running on:
constants.hostname: The hostname of the machine Alloy is running on.constants.os: The operating system Alloy is running on.constants.arch: The architecture of the system Alloy is running on.constants.version: The version of the Alloy instance if the binary was built with the version information, otherwise it’s an empty string.
Examples
Alloy
> constants.hostname
"my-hostname"
> constants.os
"linux"
> constants.arch
"amd64"Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Video

Getting started with managing your metrics, logs, and traces using Grafana
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.
Video

Intro to Kubernetes monitoring in Grafana Cloud
In this webinar you’ll learn how Grafana offers developers and SREs a simple and quick-to-value solution for monitoring their Kubernetes infrastructure.
Video

Building advanced Grafana dashboards
In this webinar, we’ll demo how to build and format Grafana dashboards.