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
failed parsing config: ./config-promtail.yml: yaml: unmarshal errors:
line 5: field positions not found in type main.Config
line 8: field clients not found in type main.Config
line 11: field scrape_configs not found in type main.Config
Environment:
Ubuntu 18.04.5 LTS
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had any activity in the past 30 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.
stalebot
added
the
stale
A stale issue or PR that will automatically be closed.
label
Jan 9, 2021
My machine was upgraded to go1.15 and tests were failing with
"conversion from int to string yields a string of one rune, not a string
of digits (did you mean fmt.Sprint(x)?)"
Signed-off-by: Goutham Veeramachaneni <[email protected]>
Describe the bug
Get unmarshall errors when i try to start promtail with config file.
To Reproduce
Steps to reproduce the behavior:
cd /usr/local/bin
sudo curl -fSL -o promtail.gz "https://github.com/grafana/loki/releases/download/v2.0.0/promtail-linux-amd64.zip"
sudo gunzip promtail.gz
sudo chmod a+x promtail
sudo nano config-promtail.yml
->
sudo ./promtail -config.file ./config-promtail.yml
->
Environment:
The text was updated successfully, but these errors were encountered: