Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prometheus.exporter.cloudwatch.md #1849

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

diegobelotti
Copy link

aws_sdk_version_v2 is bool, using quotes return a fatal error on start:

Oct 09 09:33:59 ansible alloy[10120]: Error: /etc/alloy/config.alloy:236:35: "true" should be bool, got string
Oct 09 09:33:59 ansible alloy[10120]: 235 | sts_region = "eu-west-1"
Oct 09 09:33:59 ansible alloy[10120]: 236 | aws_sdk_version_v2 = "true"
Oct 09 09:33:59 ansible alloy[10120]: | ^^^^^^
Oct 09 09:33:59 ansible alloy[10120]: 237 | discovery_exported_tags = {
Oct 09 09:33:59 ansible alloy[10120]: ts=2024-10-09T07:33:59.106222763Z level=error msg="failed to start reporter" err="context canceled"
Oct 09 09:33:59 ansible alloy[10120]: Error: could not perform the initial load successfully

PR Description

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

aws_sdk_version_v2 is bool, using quotes return a fatal error on start:

Oct 09 09:33:59 ansible alloy[10120]: Error: /etc/alloy/config.alloy:236:35: "true" should be bool, got string
Oct 09 09:33:59 ansible alloy[10120]: 235 |     sts_region              = "eu-west-1"
Oct 09 09:33:59 ansible alloy[10120]: 236 |         aws_sdk_version_v2      = "true"
Oct 09 09:33:59 ansible alloy[10120]: |                                   ^^^^^^
Oct 09 09:33:59 ansible alloy[10120]: 237 |     discovery_exported_tags = {
Oct 09 09:33:59 ansible alloy[10120]: ts=2024-10-09T07:33:59.106222763Z level=error msg="failed to start reporter" err="context canceled"
Oct 09 09:33:59 ansible alloy[10120]: Error: could not perform the initial load successfully
@CLAassistant
Copy link

CLAassistant commented Oct 9, 2024

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants