This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ----------------------------------------------------------------------------- | |
| # SECTION 1 — Imports | |
| # Standard library: os (env vars), time and random (simulation). | |
| # opentelemetry: the OTel SDK — packages and ships our metrics to Grafana Cloud. | |
| # ----------------------------------------------------------------------------- | |
| import os | |
| import time | |
| import random |