Menu
Choose a product
Scroll for more
Grafana Cloud
sys
The sys namespace contains functions related to the system.
sys.env
The sys.env function gets the value of an environment variable from the system Alloy is running on.
If the environment variable doesn’t exist, sys.env returns an empty string.
Examples
Alloy
> sys.env("HOME")
"/home/alloy"
> sys.env("DOES_NOT_EXIST")
""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.