Purpose
Install component metadata for tempo monitoring workflows.
Location
monitoring/tempo/install.sh
Preconditions
- Required tools:
bash - Required permissions: filesystem read/write based on provided paths
- Required environment variables: none
Arguments
| Flag | Required | Default | Description |
|---|---|---|---|
--version VALUE |
No | latest |
Version label |
--channel NAME |
No | stable |
Release channel |
--install-dir PATH |
No | /opt/tempo |
Install directory |
--config-dir PATH |
No | /etc/tempo |
Config directory |
--bin-dir PATH |
No | /usr/local/bin |
Binary directory |
--dry-run |
No | false |
Print actions only |
Usage
monitoring/tempo/install.sh --version v1.2.3 --dry-run
Output
- Exit codes:
0success,2invalid arguments.