You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: roles/grafana_agent/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ All variables which can be overridden are stored in [./defaults/main.yaml](./def
14
14
| Variable | Default | Description |
15
15
| :------ | :------ | :--------- |
16
16
|`grafana_agent_version`|`latest`| version of the agent to install |
17
+
|`grafana_agent_base_download_url`|`https://github.com/{{ _grafana_agent_github_org }}/{{ _grafana_agent_github_repo }}/releases/download`| base download url. Github or mirror to download from |
17
18
|`grafana_agent_install_dir`|`/opt/grafana-agent/bin`| directory to install the binary to |
18
19
|`grafana_agent_binary`|`grafana-agent`| name to use for the binary |
19
20
|`grafana_agent_config_dir`|`/etc/grafana-agent`| directory to store the configuration files in |
0 commit comments